aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/analyzebranch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/analyzebranch.ll')
-rw-r--r--test/CodeGen/Mips/analyzebranch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/analyzebranch.ll b/test/CodeGen/Mips/analyzebranch.ll
index 4b5d097..d5ecaae 100644
--- a/test/CodeGen/Mips/analyzebranch.ll
+++ b/test/CodeGen/Mips/analyzebranch.ll
@@ -60,7 +60,7 @@ if.then: ; preds = %entry
unreachable
if.end: ; preds = %entry
- tail call void (...)* @f2() nounwind
+ tail call void (...) @f2() nounwind
ret void
}