diff options
| author | David Blaikie <dblaikie@gmail.com> | 2013-03-22 05:47:44 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2013-03-22 05:47:44 +0000 |
| commit | f333dc95713e1603ebea3dd8e9288d14d892cbbe (patch) | |
| tree | 30d5e064de74eacdd72471c2f78eeb8cdba77d35 /llvm/test/DebugInfo/X86/prologue-stack.ll | |
| parent | d0059ff6eb45eb412a827234533527521bc7cb75 (diff) | |
| download | bcm5719-llvm-f333dc95713e1603ebea3dd8e9288d14d892cbbe.tar.gz bcm5719-llvm-f333dc95713e1603ebea3dd8e9288d14d892cbbe.zip | |
Reorder the DIFile field in DILexicalBlock to become a prefix common with other DIScopes
llvm-svn: 177703
Diffstat (limited to 'llvm/test/DebugInfo/X86/prologue-stack.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/prologue-stack.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/prologue-stack.ll b/llvm/test/DebugInfo/X86/prologue-stack.ll index 2dd6bbd0738..6e4917747c1 100644 --- a/llvm/test/DebugInfo/X86/prologue-stack.ll +++ b/llvm/test/DebugInfo/X86/prologue-stack.ll @@ -29,5 +29,5 @@ declare i32 @callme(i32) !8 = metadata !{metadata !9} !9 = metadata !{i32 786468, null, metadata !"int", null, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ] [int] [line 0, size 32, align 32, offset 0, enc DW_ATE_signed] !10 = metadata !{i32 5, i32 3, metadata !11, null} -!11 = metadata !{i32 786443, metadata !5, i32 4, i32 1, metadata !6, i32 0} ; [ DW_TAG_lexical_block ] [/usr/local/google/home/echristo/tmp/bar.c] +!11 = metadata !{i32 786443, metadata !6, metadata !5, i32 4, i32 1, i32 0} ; [ DW_TAG_lexical_block ] [/usr/local/google/home/echristo/tmp/bar.c] !12 = metadata !{i32 6, i32 3, metadata !11, null} |

