[llvm-commits] CVS: llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll
Owen Anderson
resistor at mac.com
Sat Jan 20 00:48:30 PST 2007
Changes in directory llvm/test/Assembler:
2002-04-04-PureVirtMethCall.ll updated: 1.3 -> 1.4
---
Log message:
Fix incorrect run line.
---
Diffs of the changes: (+1 -1)
2002-04-04-PureVirtMethCall.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll
diff -u llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll:1.3 llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll:1.4
--- llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll:1.3 Sat Dec 2 14:34:08 2006
+++ llvm/test/Assembler/2002-04-04-PureVirtMethCall.ll Sat Jan 20 02:48:05 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade | llvm-as -o /dev/null -f
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
type { { \2 *, \4 ** },
{ \2 *, \4 ** }
More information about the llvm-commits
mailing list