[llvm-commits] CVS: llvm/test/Feature/forwardreftest.ll
Reid Spencer
reid at x10sys.com
Wed Apr 11 15:41:04 PDT 2007
Changes in directory llvm/test/Feature:
forwardreftest.ll updated: 1.9 -> 1.10
---
Log message:
Fix a guard that is supposed to guard against mistakes like this patch fixes!
We *really* need to be running these with tcl's "exec" to catch the errors.
---
Diffs of the changes: (+1 -1)
forwardreftest.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Feature/forwardreftest.ll
diff -u llvm/test/Feature/forwardreftest.ll:1.9 llvm/test/Feature/forwardreftest.ll:1.10
--- llvm/test/Feature/forwardreftest.ll:1.9 Wed Apr 11 14:36:27 2007
+++ llvm/test/Feature/forwardreftest.ll Wed Apr 11 17:40:46 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-ds -o /dev/null -f &&
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis -o /dev/null -f &&
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
More information about the llvm-commits
mailing list