[llvm-commits] CVS: llvm/test/Transforms/InstCombine/fpcast.ll
Reid Spencer
reid at x10sys.com
Sat Apr 14 13:03:12 PDT 2007
Changes in directory llvm/test/Transforms/InstCombine:
fpcast.ll updated: 1.3 -> 1.4
---
Log message:
This test needs to use egrep.
---
Diffs of the changes: (+1 -1)
fpcast.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Transforms/InstCombine/fpcast.ll
diff -u llvm/test/Transforms/InstCombine/fpcast.ll:1.3 llvm/test/Transforms/InstCombine/fpcast.ll:1.4
--- llvm/test/Transforms/InstCombine/fpcast.ll:1.3 Sun Dec 31 00:01:59 2006
+++ llvm/test/Transforms/InstCombine/fpcast.ll Sat Apr 14 15:02:51 2007
@@ -1,7 +1,7 @@
; Test some floating point casting cases
; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | notcast
; RUN: llvm-upgrade %s -o - | llvm-as | opt -instcombine | llvm-dis | \
-; RUN: grep 'ret i8 \(-1\)\|\(255\)'
+; RUN: egrep {ret i8 \(-1\)\|\(255\)}
sbyte %test1() {
%x = fptoui float 255.0 to sbyte
More information about the llvm-commits
mailing list