X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FConstant.h;h=019e2b93380e36a0cf44d5c8fe0cc6ef87caf9f1;hb=7116af637cf6e3e49b6329263fb1535fb9de73bc;hp=d9d163b23ecd888bfd57f36e104e3b4a8e784d5c;hpb=3bbb4b15ae2743f2212f4856cd4eed9ef50f84ff;p=oota-llvm.git diff --git a/include/llvm/IR/Constant.h b/include/llvm/IR/Constant.h index d9d163b23ec..019e2b93380 100644 --- a/include/llvm/IR/Constant.h +++ b/include/llvm/IR/Constant.h @@ -48,6 +48,8 @@ protected: : User(ty, vty, Ops, NumOps) {} void destroyConstantImpl(); + void replaceUsesOfWithOnConstantImpl(Constant *Replacement); + public: /// isNullValue - Return true if this is the value that would be returned by /// getNullValue.