projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad71eb
)
Make this test a bit more interesting by making there actually be a use of the
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Jan 2005 21:37:13 +0000
(21:37 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Jan 2005 21:37:13 +0000
(21:37 +0000)
PHI node.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19351
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/Generic/ConstantExprLowering.llx
patch
|
blob
|
history
diff --git
a/test/CodeGen/Generic/ConstantExprLowering.llx
b/test/CodeGen/Generic/ConstantExprLowering.llx
index 49002ad04e57f91f5353d3f3d9b8175a7d155106..b511825f9598c67e83287d4e3ed3fcabba0d4c62 100644
(file)
--- 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
}