diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ret0.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/ret0.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/ret0.ll b/llvm/test/CodeGen/ARM/ret0.ll index 176b2e059f0..792b1690add 100644 --- a/llvm/test/CodeGen/ARM/ret0.ll +++ b/llvm/test/CodeGen/ARM/ret0.ll @@ -1,4 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -int %test() { - ret int 0 +; RUN: llvm-as < %s | llc -march=arm + +define i32 @test() { + ret i32 0 } |

