diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 22:15:31 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 22:15:31 +0000 |
| commit | 786cd049fc467bfaf85021b4fcfb19bbf134329b (patch) | |
| tree | 55f7a8b314704fe5d4b3a947b22b6009c1a23ded /llvm/test/CodeGen/Generic | |
| parent | 834c265e85e4ee433cd9089e907bf6bccdb25313 (diff) | |
| download | bcm5719-llvm-786cd049fc467bfaf85021b4fcfb19bbf134329b.tar.gz bcm5719-llvm-786cd049fc467bfaf85021b4fcfb19bbf134329b.zip | |
Revert "DI: Fold constant arguments into a single MDString"
This reverts commit r218914 while I investigate some bots.
llvm-svn: 218918
Diffstat (limited to 'llvm/test/CodeGen/Generic')
| -rw-r--r-- | llvm/test/CodeGen/Generic/dbg_value.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/dbg_value.ll b/llvm/test/CodeGen/Generic/dbg_value.ll index 73e41c75df0..4998fe7161d 100644 --- a/llvm/test/CodeGen/Generic/dbg_value.ll +++ b/llvm/test/CodeGen/Generic/dbg_value.ll @@ -4,11 +4,11 @@ %0 = type { i32, i32 } define void @t(%0*, i32, i32, i32, i32) nounwind { - tail call void @llvm.dbg.value(metadata !{%0* %0}, i64 0, metadata !0, metadata !{metadata !"0x102"}) + tail call void @llvm.dbg.value(metadata !{%0* %0}, i64 0, metadata !0, metadata !{i32 786690}) unreachable } declare void @llvm.dbg.value(metadata, i64, metadata, metadata) nounwind readnone ; !0 should conform to the format of DIVariable. -!0 = metadata !{metadata !"0x101\00a\000\000", null, null, null} ; [ DW_TAG_arg_variable ] +!0 = metadata !{i32 786689, null, metadata !"a", null, i32 0, null, i32 0, i32 0} ; |

