summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-27 21:18:06 +0000
committerChris Lattner <sabre@nondot.org>2002-10-27 21:18:06 +0000
commit16612dbe47696c4a1c56324a1aa84ac834625e2a (patch)
treeee0a95ab0e55fbdbfa45b96c4829994792d4e8af /test
parente4108ae577667c6711cc5d53178d702481cfa967 (diff)
downloadllvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.tar.gz
llvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.tar.bz2
llvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.tar.xz
Make pointless testcase a bit more "challenging"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Jello/test0.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll
index 1f916c6542..ed4b4f1094 100644
--- a/test/Jello/test0.ll
+++ b/test/Jello/test0.ll
@@ -1,4 +1,5 @@
; test ret
void %main() {
+ add int 1, 2
ret void
}