aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/Mips/fn-call-line.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/Mips/fn-call-line.ll')
-rw-r--r--test/DebugInfo/Mips/fn-call-line.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/Mips/fn-call-line.ll b/test/DebugInfo/Mips/fn-call-line.ll
index 2252c20..ad90fa8 100644
--- a/test/DebugInfo/Mips/fn-call-line.ll
+++ b/test/DebugInfo/Mips/fn-call-line.ll
@@ -54,8 +54,8 @@
; Function Attrs: nounwind uwtable
define void @f2() #0 {
entry:
- call void (...)* @f1(), !dbg !11
- call void (...)* @f1(), !dbg !12
+ call void (...) @f1(), !dbg !11
+ call void (...) @f1(), !dbg !12
ret void, !dbg !13
}