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