diff options
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 } |