[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/BasicInstrs.c branch.c print-vals.c struct.c

Chris Lattner lattner at cs.uiuc.edu
Sat Nov 6 16:33:26 PST 2004



Changes in directory llvm/test/Regression/CodeGen/Generic:

BasicInstrs.c updated: 1.2 -> 1.3
branch.c (r1.1) removed
print-vals.c (r1.1) removed
struct.c (r1.1) removed
---
Log message:

Fix a test.
These other tests should be in test/Programs/SingleSource/UnitTests if anyone
cares enough to save them


---
Diffs of the changes:  (+2 -1)

Index: llvm/test/Regression/CodeGen/Generic/BasicInstrs.c
diff -u llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.2 llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.3
--- llvm/test/Regression/CodeGen/Generic/BasicInstrs.c:1.2	Thu May 27 03:28:42 2004
+++ llvm/test/Regression/CodeGen/Generic/BasicInstrs.c	Sat Nov  6 18:33:14 2004
@@ -1,7 +1,8 @@
 // This file can be used to see what a native C compiler is generating for a 
 // variety of interesting operations.
 //
-// RUN: $LLVMGCCDIR/bin/gcc -c %s 
+// RUN: %llvmgcc -c %s -o - | llc
+
 unsigned int udiv(unsigned int X, unsigned int Y) {
   return X/Y;
 }






More information about the llvm-commits mailing list