diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-19 23:25:22 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-19 23:25:22 +0000 |
commit | a13f3cdb01c4900528018eebfe1b6c98dc607f99 (patch) | |
tree | 5c0330c1a4549b3d3ab5d77d889c1aae0747c509 /test/DebugInfo/X86/stringpool.ll | |
parent | 361706a7183b54fecfbbb1bd76dbd62d5b56cdab (diff) | |
download | external_llvm-a13f3cdb01c4900528018eebfe1b6c98dc607f99.tar.gz external_llvm-a13f3cdb01c4900528018eebfe1b6c98dc607f99.tar.bz2 external_llvm-a13f3cdb01c4900528018eebfe1b6c98dc607f99.zip |
Move the DIFile operand to DITypes from the 4th operand to the 2nd.
This is another step along the way to making all DIScopes have a common prefix
which can be added to in a general manner to support using directives
(DW_TAG_imported_module).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177462 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/stringpool.ll')
-rw-r--r-- | test/DebugInfo/X86/stringpool.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/stringpool.ll b/test/DebugInfo/X86/stringpool.ll index 3bcce1ceff..56e6c242cf 100644 --- a/test/DebugInfo/X86/stringpool.ll +++ b/test/DebugInfo/X86/stringpool.ll @@ -10,7 +10,7 @@ !3 = metadata !{metadata !5} !5 = metadata !{i32 720948, i32 0, null, metadata !"yyyy", metadata !"yyyy", metadata !"", metadata !6, i32 1, metadata !7, i32 0, i32 1, i32* @yyyy, null} ; [ DW_TAG_variable ] !6 = metadata !{i32 720937, metadata !8} ; [ DW_TAG_file_type ] -!7 = metadata !{i32 720932, null, metadata !"int", null, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] +!7 = metadata !{i32 720932, null, null, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] !8 = metadata !{metadata !"z.c", metadata !"/home/nicholas"} ; Verify that we refer to 'yyyy' with a relocation. |