diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/ret_void.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/ret_void.ll | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/ret_void.ll b/llvm/test/CodeGen/ARM/ret_void.ll index 5cd82e33d0f..68db8c42346 100644 --- a/llvm/test/CodeGen/ARM/ret_void.ll +++ b/llvm/test/CodeGen/ARM/ret_void.ll @@ -1,4 +1,6 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -void %test() { - ret void +; RUN: llvm-as < %s | llc -march=arm + +define void @test() { + ret void } + |

