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:
e4108ae
)
Make pointless testcase a bit more "challenging"
author
Chris Lattner
<sabre@nondot.org>
Sun, 27 Oct 2002 21:18:06 +0000
(21:18 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 27 Oct 2002 21:18:06 +0000
(21:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299
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 1f916c6542d8d0f914f6255e1e58e5171d7fe0ed..ed4b4f10946ed719a6e0b6434dbf7ba14e57d875 100644
(file)
--- a/
test/Jello/test0.ll
+++ b/
test/Jello/test0.ll
@@
-1,4
+1,5
@@
; test ret
void %main() {
+ add int 1, 2
ret void
}