aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/gprestore.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/gprestore.ll')
-rw-r--r--test/CodeGen/Mips/gprestore.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/gprestore.ll b/test/CodeGen/Mips/gprestore.ll
index 0b005ab..b1c2ad1 100644
--- a/test/CodeGen/Mips/gprestore.ll
+++ b/test/CodeGen/Mips/gprestore.ll
@@ -17,7 +17,7 @@ entry:
; CHECK: jalr
; CHECK-NOT: got({{.*}})($gp)
; CHECK: lw $gp
- tail call void (...)* @f1() nounwind
+ tail call void (...) @f1() nounwind
%tmp = load i32, i32* @p, align 4
tail call void @f2(i32 %tmp) nounwind
%tmp1 = load i32, i32* @q, align 4