aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/eh-return64.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/eh-return64.ll')
-rw-r--r--test/CodeGen/Mips/eh-return64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/eh-return64.ll b/test/CodeGen/Mips/eh-return64.ll
index 74a4323..2f8203d 100644
--- a/test/CodeGen/Mips/eh-return64.ll
+++ b/test/CodeGen/Mips/eh-return64.ll
@@ -8,7 +8,7 @@ declare void @foo(...)
define void @f1(i64 %offset, i8* %handler) {
entry:
- call void (...)* @foo()
+ call void (...) @foo()
call void @llvm.eh.return.i64(i64 %offset, i8* %handler)
unreachable