projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
431d7c7
)
Fix a small typo in the test comment
author
Timur Iskhodzhanov
<timurrrr@google.com>
Tue, 23 Sep 2014 14:07:12 +0000
(14:07 +0000)
committer
Timur Iskhodzhanov
<timurrrr@google.com>
Tue, 23 Sep 2014 14:07:12 +0000
(14:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218306
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/DebugInfo/COFF/multifile.ll
patch
|
blob
|
history
diff --git
a/test/DebugInfo/COFF/multifile.ll
b/test/DebugInfo/COFF/multifile.ll
index 488eedf779972bf48cf07843c8df1030f832f3a4..a1a435521b4cfeb7a78f0f563a3d9ca6e03af859 100644
(file)
--- a/
test/DebugInfo/COFF/multifile.ll
+++ b/
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: