diff options
author | Keno Fischer <kfischer@college.harvard.edu> | 2016-01-07 22:39:11 +0000 |
---|---|---|
committer | Keno Fischer <kfischer@college.harvard.edu> | 2016-01-07 22:39:11 +0000 |
commit | ea33a258162a7af6ee400fca06ef917e0ba960db (patch) | |
tree | 19393c6707d8277bde1114a490586a7ad9d7d890 /llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll | |
parent | 6e8526358fba6da130202b349a81af7fcf11a960 (diff) | |
download | bcm5719-llvm-ea33a258162a7af6ee400fca06ef917e0ba960db.tar.gz bcm5719-llvm-ea33a258162a7af6ee400fca06ef917e0ba960db.zip |
Temporarily revert r257105 "[Verifier] Check that debug values have proper size"
Looks like there's a case where clang generates debug info that triggers
the new verifier check. Reverting while investigating.
llvm-svn: 257107
Diffstat (limited to 'llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll b/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll index 78a738261c8..33af0baeb65 100644 --- a/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll +++ b/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll @@ -35,7 +35,7 @@ entry: %call = tail call i32 @_Z4funcv(), !dbg !19 tail call void @llvm.dbg.value(metadata i32 %call, i64 0, metadata !10, metadata !16), !dbg !17 store volatile i32 %call, i32* %c, align 4, !dbg !19 - tail call void @llvm.dbg.value(metadata i32* %c, i64 0, metadata !10, metadata !21), !dbg !17 + tail call void @llvm.dbg.value(metadata i32* %c, i64 0, metadata !10, metadata !16), !dbg !17 %c.0.c.0. = load volatile i32, i32* %c, align 4, !dbg !20 ret i32 %c.0.c.0., !dbg !20 } @@ -74,5 +74,4 @@ attributes #2 = { nounwind readnone } !18 = !DILocation(line: 5, column: 3, scope: !4) !19 = !DILocation(line: 6, column: 7, scope: !4) !20 = !DILocation(line: 7, column: 3, scope: !4) -!21 = !DIExpression(DW_OP_deref) |