diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/IR/DebugInfo.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/IR/DebugInfo.cpp b/llvm/lib/IR/DebugInfo.cpp index bf3bb8adb0a..c6e4c872c1b 100644 --- a/llvm/lib/IR/DebugInfo.cpp +++ b/llvm/lib/IR/DebugInfo.cpp @@ -1415,6 +1415,9 @@ void DIExpression::printInternal(raw_ostream &OS) const { OS << " offset=" << Offset << ", size=" << Size; break; } + case DW_OP_deref: + // No arguments. + break; default: // Else bail out early. This may be a line table entry. OS << "Unknown]"; |

