summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/VMCore/ConstantHandling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantHandling.cpp b/llvm/lib/VMCore/ConstantHandling.cpp
index c899d7d1f3d..67a598cf232 100644
--- a/llvm/lib/VMCore/ConstantHandling.cpp
+++ b/llvm/lib/VMCore/ConstantHandling.cpp
@@ -30,7 +30,7 @@ class TemplateRules : public ConstRules {
// Redirecting functions that cast to the appropriate types
//===--------------------------------------------------------------------===//
- virtual ConstPoolVal *not(const ConstPoolVal *V) const {
+ virtual ConstPoolVal *op_not(const ConstPoolVal *V) const {
return SubClassName::Not((const ArgType *)V);
}
OpenPOWER on IntegriCloud