From 16612dbe47696c4a1c56324a1aa84ac834625e2a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Oct 2002 21:18:06 +0000 Subject: [PATCH] Make pointless testcase a bit more "challenging" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4299 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Jello/test0.ll | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.34.1