diff options
Diffstat (limited to 'test/Assembler/mdglobalvariable.ll')
-rw-r--r-- | test/Assembler/mdglobalvariable.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Assembler/mdglobalvariable.ll b/test/Assembler/mdglobalvariable.ll index ef04f3e..09d20bf 100644 --- a/test/Assembler/mdglobalvariable.ll +++ b/test/Assembler/mdglobalvariable.ll @@ -12,11 +12,11 @@ !3 = distinct !{} !4 = distinct !{} -; CHECK: !5 = !MDGlobalVariable(scope: !0, name: "foo", linkageName: "foo", file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, variable: i32* @foo, declaration: !4) -!5 = !MDGlobalVariable(scope: !0, name: "foo", linkageName: "foo", +; CHECK: !5 = !MDGlobalVariable(name: "foo", linkageName: "foo", scope: !0, file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, variable: i32* @foo, declaration: !4) +!5 = !MDGlobalVariable(name: "foo", linkageName: "foo", scope: !0, file: !2, line: 7, type: !3, isLocal: true, isDefinition: false, variable: i32* @foo, declaration: !4) -; CHECK: !6 = !MDGlobalVariable(scope: null, name: "bar", isLocal: false, isDefinition: true) -!6 = !MDGlobalVariable(name: "bar") +; CHECK: !6 = !MDGlobalVariable(scope: null, isLocal: false, isDefinition: true) +!6 = !MDGlobalVariable() |