add load/store volatility control to the C API, patch by Yiannis Tsiouris!
[oota-llvm.git] / include / llvm / InstrTypes.h
index a1492f3c141aa88bacd140a6990db491271ae66d..2529f24fe991199f00faae4db14ad9d4001fe86b 100644 (file)
@@ -388,6 +388,7 @@ DEFINE_TRANSPARENT_OPERAND_ACCESSORS(BinaryOperator, Value)
 /// if (isa<CastInst>(Instr)) { ... }
 /// @brief Base class of casting instructions.
 class CastInst : public UnaryInstruction {
+  virtual void anchor();
 protected:
   /// @brief Constructor with insert-before-instruction semantics for subclasses
   CastInst(Type *Ty, unsigned iType, Value *S,