summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Constant.h')
-rw-r--r--llvm/include/llvm/Constant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Constant.h b/llvm/include/llvm/Constant.h
index ecc1fe70cc5..3ce8d2c243e 100644
--- a/llvm/include/llvm/Constant.h
+++ b/llvm/include/llvm/Constant.h
@@ -41,6 +41,7 @@ namespace llvm {
class Constant : public User {
void operator=(const Constant &); // Do not implement
Constant(const Constant &); // Do not implement
+ virtual void anchor();
protected:
Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
OpenPOWER on IntegriCloud