From 814516f54a12d612254948fcbe68d6c189fae2c6 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" llvm-svn: 4299 --- llvm/test/Regression/Jello/test0.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Regression/Jello/test0.ll b/llvm/test/Regression/Jello/test0.ll index 1f916c6542d8..ed4b4f10946e 100644 --- a/llvm/test/Regression/Jello/test0.ll +++ b/llvm/test/Regression/Jello/test0.ll @@ -1,4 +1,5 @@ ; test ret void %main() { + add int 1, 2 ret void }