diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-27 21:18:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-27 21:18:06 +0000 |
commit | 16612dbe47696c4a1c56324a1aa84ac834625e2a (patch) | |
tree | ee0a95ab0e55fbdbfa45b96c4829994792d4e8af /test | |
parent | e4108ae577667c6711cc5d53178d702481cfa967 (diff) | |
download | external_llvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.zip external_llvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.tar.gz external_llvm-16612dbe47696c4a1c56324a1aa84ac834625e2a.tar.bz2 |
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.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll index 1f916c6..ed4b4f1 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 } |