summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Instructions.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-09-23 02:12:10 +0000
committerCraig Topper <craig.topper@gmail.com>2012-09-23 02:12:10 +0000
commit3186c01fecbf06bec2c4534429e3400b0042045f (patch)
tree9c84f14b317acad7ae320bc86dd79959e83a3edf /llvm/lib/VMCore/Instructions.cpp
parent66431cd10f043dfd480d5b2f1f772f6741da633d (diff)
downloadbcm5719-llvm-3186c01fecbf06bec2c4534429e3400b0042045f.tar.gz
bcm5719-llvm-3186c01fecbf06bec2c4534429e3400b0042045f.zip
Add LLVM_OVERRIDE to methods that override their base classes.
llvm-svn: 164471
Diffstat (limited to 'llvm/lib/VMCore/Instructions.cpp')
-rw-r--r--llvm/lib/VMCore/Instructions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp
index 9af98e8a9b3..d5b756dac09 100644
--- a/llvm/lib/VMCore/Instructions.cpp
+++ b/llvm/lib/VMCore/Instructions.cpp
@@ -2836,7 +2836,7 @@ BitCastInst::BitCastInst(
// CmpInst Classes
//===----------------------------------------------------------------------===//
-void CmpInst::Anchor() const {}
+void CmpInst::anchor() {}
CmpInst::CmpInst(Type *ty, OtherOps op, unsigned short predicate,
Value *LHS, Value *RHS, const Twine &Name,
OpenPOWER on IntegriCloud