diff options
Diffstat (limited to 'llvm/test/CodeGen/Generic/trap.ll')
| -rw-r--r-- | llvm/test/CodeGen/Generic/trap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/trap.ll b/llvm/test/CodeGen/Generic/trap.ll index 4dfc1a6450b..67d1a7a347f 100644 --- a/llvm/test/CodeGen/Generic/trap.ll +++ b/llvm/test/CodeGen/Generic/trap.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llc < %s define i32 @test() noreturn nounwind { entry: tail call void @llvm.trap( ) |

