[llvm-commits] CVS: llvm/test/Regression/DebugInfo/funccall.ll
Reid Spencer
reid at x10sys.com
Fri Dec 29 12:02:24 PST 2006
Changes in directory llvm/test/Regression/DebugInfo:
funccall.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
funccall.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/DebugInfo/funccall.ll
diff -u llvm/test/Regression/DebugInfo/funccall.ll:1.1 llvm/test/Regression/DebugInfo/funccall.ll:1.2
--- llvm/test/Regression/DebugInfo/funccall.ll:1.1 Mon Dec 4 06:23:17 2006
+++ llvm/test/Regression/DebugInfo/funccall.ll Fri Dec 29 14:01:32 2006
@@ -1,4 +1,4 @@
-;; RUN: llvm-as < %s | llc
+;; RUN: llvm-upgrade < %s | llvm-as | llc
;; Debugger type declarations
%llvm.dbg.anchor.type = type { uint, uint }
More information about the llvm-commits
mailing list