diff options
Diffstat (limited to 'test/CodeGen/ARM/debugtrap.ll')
-rw-r--r-- | test/CodeGen/ARM/debugtrap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/debugtrap.ll b/test/CodeGen/ARM/debugtrap.ll index 3d8cdea6cdae7..5064a4ec2ca90 100644 --- a/test/CodeGen/ARM/debugtrap.ll +++ b/test/CodeGen/ARM/debugtrap.ll @@ -10,7 +10,7 @@ define void @test() nounwind { entry: ; CHECK: bl foo ; CHECK-NEXT: pop - ; CHECK-NEXT: trap + ; CHECK-NEXT: .inst 0xe7ffdefe call void @foo() call void @llvm.debugtrap() ret void |