aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-07 21:37:13 +0000
committerChris Lattner <sabre@nondot.org>2005-01-07 21:37:13 +0000
commitc33fc820d29a1d509199017bd96088a1cf38e4e9 (patch)
tree5dbc4b87f3d94950fb1ec7e67560828844e893ce /test/CodeGen/Generic
parentfad71ebe1ebdc8d59c26e4e45a7c7579a2ca58b7 (diff)
downloadexternal_llvm-c33fc820d29a1d509199017bd96088a1cf38e4e9.zip
external_llvm-c33fc820d29a1d509199017bd96088a1cf38e4e9.tar.gz
external_llvm-c33fc820d29a1d509199017bd96088a1cf38e4e9.tar.bz2
Make this test a bit more interesting by making there actually be a use of the
PHI node. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19351 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/ConstantExprLowering.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/ConstantExprLowering.llx b/test/CodeGen/Generic/ConstantExprLowering.llx
index 49002ad..b511825 100644
--- a/test/CodeGen/Generic/ConstantExprLowering.llx
+++ b/test/CodeGen/Generic/ConstantExprLowering.llx
@@ -20,7 +20,7 @@ not_less:
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
}