[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx
LLVM
llvm at cs.uiuc.edu
Thu May 27 15:53:01 PDT 2004
Changes in directory llvm/test/Regression/CodeGen/Generic:
BasicInstrs.llx updated: 1.1 -> 1.2
---
Log message:
Make the test pass by using the correct RUN: syntax.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx
diff -u llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx:1.1 llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx:1.2
--- llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx:1.1 Tue Apr 6 23:08:21 2004
+++ llvm/test/Regression/CodeGen/Generic/BasicInstrs.llx Thu May 27 15:49:16 2004
@@ -1,7 +1,7 @@
; New testcase, this contains a bunch of simple instructions that should be
; handled by a code generator.
-; RUN: llvm-as < %S | llc
+; RUN: llvm-as < %s | llc
int %add(int %A, int %B) {
%R = add int %A, %B
More information about the llvm-commits
mailing list