summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/debug-frame.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/debug-frame.ll')
-rw-r--r--test/CodeGen/ARM/debug-frame.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/debug-frame.ll b/test/CodeGen/ARM/debug-frame.ll
index e18501a387..73357df8e2 100644
--- a/test/CodeGen/ARM/debug-frame.ll
+++ b/test/CodeGen/ARM/debug-frame.ll
@@ -301,7 +301,7 @@ declare void @throw_exception_2()
define void @test2() {
entry:
- tail call void @throw_exception_2()
+ call void @throw_exception_2()
ret void
}