diff options
Diffstat (limited to 'llvm/include/llvm/IR/DebugInfo.h')
-rw-r--r-- | llvm/include/llvm/IR/DebugInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index 0163c056236..25198328bf5 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/include/llvm/IR/DebugInfo.h @@ -1207,6 +1207,7 @@ public: class DILocation : public DIDescriptor { public: explicit DILocation(const MDNode *N) : DIDescriptor(N) {} + DILocation(const MDLocation *N) : DIDescriptor(N) {} MDLocation *get() const { return cast_or_null<MDLocation>(DIDescriptor::get()); |