diff options
| author | Keno Fischer <kfischer@college.harvard.edu> | 2016-01-13 02:31:14 +0000 |
|---|---|---|
| committer | Keno Fischer <kfischer@college.harvard.edu> | 2016-01-13 02:31:14 +0000 |
| commit | 78e5c9e6e2054de7e3ccf18cc17b77282cdcbc33 (patch) | |
| tree | e1302686c697ed7983c5069396abc3fce0ef2d10 /llvm/test/Transforms/CodeGenPrepare | |
| parent | a78996e2e6e071811f2f80b27ce2313e83f4ff94 (diff) | |
| download | bcm5719-llvm-78e5c9e6e2054de7e3ccf18cc17b77282cdcbc33.tar.gz bcm5719-llvm-78e5c9e6e2054de7e3ccf18cc17b77282cdcbc33.zip | |
Re-Revert r257105 (Verifier debug info changes)
While I investigate some new buildbot failures. This was originally reapplied
as r257550 and r257558.
llvm-svn: 257563
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) |

