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:
188732c
)
Make the testcase MORE complex
author
Chris Lattner
<sabre@nondot.org>
Wed, 30 Oct 2002 02:03:59 +0000
(
02:03
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 30 Oct 2002 02:03:59 +0000
(
02:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4448
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Jello/test0.ll
patch
|
blob
|
history
diff --git
a/test/Jello/test0.ll
b/test/Jello/test0.ll
index 9de18d05574a69845baec39dd633f22784ab7365..4e2d10a3308ac8cfde5ded553337941c8e07169f 100644
(file)
--- a/
test/Jello/test0.ll
+++ b/
test/Jello/test0.ll
@@
-1,6
+1,7
@@
; test ret
void %main() {
BB0:
- add int 1, 2
+ %X = add int 1, 2
+ %Y = add int %X, %X
ret void
}