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 | 814516f54a12d612254948fcbe68d6c189fae2c6 (patch) | |
tree | 925f0c1ba2721d296579a4239110d03e35b88e9a /llvm | |
parent | 3baffd73a9db9fcd119d313e95292c06d2dd3b73 (diff) | |
download | bcm5719-llvm-814516f54a12d612254948fcbe68d6c189fae2c6.tar.gz bcm5719-llvm-814516f54a12d612254948fcbe68d6c189fae2c6.zip |
Make pointless testcase a bit more "challenging"
llvm-svn: 4299
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Regression/Jello/test0.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/Jello/test0.ll b/llvm/test/Regression/Jello/test0.ll index 1f916c6542d..ed4b4f10946 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 } |