diff options
Diffstat (limited to 'lib/VMCore/Instructions.cpp')
-rw-r--r-- | lib/VMCore/Instructions.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/VMCore/Instructions.cpp b/lib/VMCore/Instructions.cpp index 11e218c49e..4609a64213 100644 --- a/lib/VMCore/Instructions.cpp +++ b/lib/VMCore/Instructions.cpp @@ -43,11 +43,6 @@ using namespace llvm; else \ cast<InvokeInst>(II)->METHOD -CallSite::CallSite(Instruction *C) { - assert((isa<CallInst>(C) || isa<InvokeInst>(C)) && "Not a call!"); - I.setPointer(C); - I.setInt(isa<CallInst>(C)); -} CallingConv::ID CallSite::getCallingConv() const { CALLSITE_DELEGATE_GETTER(getCallingConv()); } |