From: Chris Lattner Date: Sun, 27 Oct 2002 21:18:06 +0000 (+0000) Subject: Make pointless testcase a bit more "challenging" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=16612dbe47696c4a1c56324a1aa84ac834625e2a;p=oota-llvm.git Make pointless testcase a bit more "challenging" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Jello/test0.ll b/test/Jello/test0.ll index 1f916c6542d..ed4b4f10946 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 }