aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/block-capture.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/X86/block-capture.ll')
-rw-r--r--test/DebugInfo/X86/block-capture.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/block-capture.ll b/test/DebugInfo/X86/block-capture.ll
index f78915f..314879b 100644
--- a/test/DebugInfo/X86/block-capture.ll
+++ b/test/DebugInfo/X86/block-capture.ll
@@ -45,7 +45,7 @@ entry:
%3 = bitcast %struct.__block_literal_generic* %block.literal to i8*, !dbg !71
%4 = load i8*, i8** %2, !dbg !71
%5 = bitcast i8* %4 to void (i8*, ...)*, !dbg !71
- call void (i8*, ...)* %5(i8* %3), !dbg !71
+ call void (i8*, ...) %5(i8* %3), !dbg !71
ret void, !dbg !73
}