diff options
Diffstat (limited to 'llvm/test/Regression/Jello/test-arith.ll')
| -rw-r--r-- | llvm/test/Regression/Jello/test-arith.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Regression/Jello/test-arith.ll b/llvm/test/Regression/Jello/test-arith.ll index 0527277e9d6..3e6e27cd36c 100644 --- a/llvm/test/Regression/Jello/test-arith.ll +++ b/llvm/test/Regression/Jello/test-arith.ll @@ -1,5 +1,5 @@ -void %main() { +int %main() { %A = add sbyte 0, 12 %B = sub sbyte %A, %A %C = mul sbyte %B, %B @@ -24,5 +24,5 @@ void %main() { %F = div uint 5, 6 %G = rem uint 6, 5 - ret void + ret int 0 } |

