diff options
-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 ed4b4f10946..9de18d05574 100644 --- a/llvm/test/Regression/Jello/test0.ll +++ b/llvm/test/Regression/Jello/test0.ll @@ -1,5 +1,6 @@ ; test ret void %main() { +BB0: add int 1, 2 ret void } |