aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MDNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MDNode.h')
-rw-r--r--include/llvm/MDNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MDNode.h b/include/llvm/MDNode.h
index dcda5d0..6c8f755 100644
--- a/include/llvm/MDNode.h
+++ b/include/llvm/MDNode.h
@@ -120,7 +120,7 @@ public:
virtual void destroyConstant();
virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) {
- LLVM_UNREACHABLE("This should never be called because MDNodes have no ops");
+ llvm_unreachable("This should never be called because MDNodes have no ops");
}
/// Methods for support type inquiry through isa, cast, and dyn_cast: