summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2017-09-07 23:20:35 +0000
committerRichard Trieu <rtrieu@google.com>2017-09-07 23:20:35 +0000
commitc7828ebea4e774d8f576292b6ac9ee90836cc6d2 (patch)
treea51926b953d304f9e030c4aff385698f7706b689 /llvm/lib/IR
parentb7d0be58966a3a0747d2ad403616962617b0d5af (diff)
downloadbcm5719-llvm-c7828ebea4e774d8f576292b6ac9ee90836cc6d2.tar.gz
bcm5719-llvm-c7828ebea4e774d8f576292b6ac9ee90836cc6d2.zip
Revert r312318, r312325, r312424, r312489
r312318 - Debug info for variables whose type is shrinked to bool r312325, r312424, r312489 - Test case for r312318 Revision 312318 introduced a null dereference bug. Details in https://bugs.llvm.org/show_bug.cgi?id=34490 llvm-svn: 312758
Diffstat (limited to 'llvm/lib/IR')
-rw-r--r--llvm/lib/IR/DebugInfoMetadata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/DebugInfoMetadata.cpp b/llvm/lib/IR/DebugInfoMetadata.cpp
index 8f6822e3c97..005aac821f9 100644
--- a/llvm/lib/IR/DebugInfoMetadata.cpp
+++ b/llvm/lib/IR/DebugInfoMetadata.cpp
@@ -643,7 +643,6 @@ bool DIExpression::isValid() const {
case dwarf::DW_OP_plus_uconst:
case dwarf::DW_OP_plus:
case dwarf::DW_OP_minus:
- case dwarf::DW_OP_mul:
case dwarf::DW_OP_deref:
case dwarf::DW_OP_xderef:
break;
OpenPOWER on IntegriCloud