diff options
Diffstat (limited to 'test/DebugInfo/X86/split-global.ll')
-rw-r--r-- | test/DebugInfo/X86/split-global.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/split-global.ll b/test/DebugInfo/X86/split-global.ll index 536ed045b5d6..3cdecdafc8d4 100644 --- a/test/DebugInfo/X86/split-global.ll +++ b/test/DebugInfo/X86/split-global.ll @@ -30,7 +30,7 @@ target triple = "x86_64-apple-macosx10.12.0" @point.y = global i32 2, align 4, !dbg !13 @point.x = global i32 1, align 4, !dbg !12 -@part_const.x = global i32 1, align 4, !dbg !15 +@part_const.x = global i32 1, align 4, !dbg !14 !llvm.dbg.cu = !{!1} !llvm.module.flags = !{!10, !11} |