diff options
Diffstat (limited to 'test/CodeGen/Thumb/trap.ll')
-rw-r--r-- | test/CodeGen/Thumb/trap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/trap.ll b/test/CodeGen/Thumb/trap.ll index 04cd3ee..e04059c 100644 --- a/test/CodeGen/Thumb/trap.ll +++ b/test/CodeGen/Thumb/trap.ll @@ -3,7 +3,7 @@ define void @t() nounwind { entry: -; CHECK: t: +; CHECK-LABEL: t: ; CHECK: trap call void @llvm.trap() unreachable |