summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/COFF/multifile.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/COFF/multifile.ll b/llvm/test/DebugInfo/COFF/multifile.ll
index 488eedf7799..a1a435521b4 100644
--- a/llvm/test/DebugInfo/COFF/multifile.ll
+++ b/llvm/test/DebugInfo/COFF/multifile.ll
@@ -7,13 +7,13 @@
; D:\input.c:
; 1 void g(void);
; 2
-; 3 void f() {
+; 3 void f(void) {
; 4 #line 1 "one.c"
-; 5 g(void);
+; 5 g();
; 6 #line 2 "two.c"
-; 7 g(void);
+; 7 g();
; 8 #line 7 "one.c"
-; 9 g(void);
+; 9 g();
; 10 }
; X86-LABEL: _f:
OpenPOWER on IntegriCloud