[llvm-commits] CVS: llvm/test/Integer/2007-01-19-TruncSext.ll
Reid Spencer
reid at x10sys.com
Sat Apr 14 10:12:43 PDT 2007
Changes in directory llvm/test/Integer:
2007-01-19-TruncSext.ll updated: 1.4 -> 1.5
---
Log message:
No need to quote things, shell isn't interpreting any more.
---
Diffs of the changes: (+1 -1)
2007-01-19-TruncSext.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Integer/2007-01-19-TruncSext.ll
diff -u llvm/test/Integer/2007-01-19-TruncSext.ll:1.4 llvm/test/Integer/2007-01-19-TruncSext.ll:1.5
--- llvm/test/Integer/2007-01-19-TruncSext.ll:1.4 Sat Apr 14 11:48:55 2007
+++ llvm/test/Integer/2007-01-19-TruncSext.ll Sat Apr 14 12:12:21 2007
@@ -1,7 +1,7 @@
; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
-; RUN: llvm-as < %s | lli --force-interpreter=true | grep -- '-255'
+; RUN: llvm-as < %s | lli --force-interpreter=true %t3.bc | grep -- -255
@ARRAY = global [ 20 x i17 ] zeroinitializer
@FORMAT = constant [ 4 x i8 ] c"%d\0A\00"
More information about the llvm-commits
mailing list