[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 7 13:37:26 PST 2005



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

ConstantExprLowering.llx updated: 1.1 -> 1.2
---
Log message:

Make this test a bit more interesting by making there actually be a use of the
PHI node.


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

Index: llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx
diff -u llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.1 llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.2
--- llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx:1.1	Fri Jun 25 02:47:13 2004
+++ llvm/test/Regression/CodeGen/Generic/ConstantExprLowering.llx	Fri Jan  7 15:37:13 2005
@@ -20,7 +20,7 @@
 			       int cast (int* %XB to int) ), %less], 
                       [ sub ( int cast (int* %XA to int), 
 			       int cast (int* %XB to int) ), %entry]
-	%tmp.39 = call int (sbyte*, ...)* %printf( sbyte* getelementptr ([16 x sbyte]*  %.str_1, long 0, long 0) )		; <int> [#uses=0]
+	%tmp.39 = call int (sbyte*, ...)* %printf( sbyte* getelementptr ([16 x sbyte]*  %.str_1, long 0, long 0), int %t2 )
 	ret void
 }
 






More information about the llvm-commits mailing list