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/Transforms/CodeGenPrepare | |
| 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/Transforms/CodeGenPrepare')
| -rw-r--r-- | llvm/test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll b/llvm/test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll index cd3c1e8088e..8c5e01e3634 100644 --- a/llvm/test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll +++ b/llvm/test/Transforms/CodeGenPrepare/X86/catchpad-phi-cast.ll @@ -113,6 +113,6 @@ catch: !10 = !{!"clang version 3.8.0 (trunk 254906) (llvm/trunk 254917)"} !11 = !DILocalVariable(name: "p", scope: !4, file: !1, line: 2, type: !12) !12 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char) -!13 = !DIExpression(DW_OP_deref) +!13 = !DIExpression() !14 = !DILocation(line: 2, column: 8, scope: !4) !15 = !DILocation(line: 3, column: 1, scope: !4) |

