OSDN Git Service

remove the private hack from CallInst, it was not supposed to hit the branch anyway
authorGabor Greif <ggreif@gmail.com>
Thu, 5 Aug 2010 21:25:49 +0000 (21:25 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 5 Aug 2010 21:25:49 +0000 (21:25 +0000)
commit3ecf355c7a6f6f559f3c85b46d041ffda5163a8c
tree9a18a7e854a4ff888e6f26cb0380c658f4b0dca7
parent9850a288664087875c7c35bec8c92b72a72ac142
remove the private hack from CallInst, it was not supposed to hit the branch anyway

as a positive consequence the CallSite::getCallee() methods now can be rewritten to be
a bit more efficient

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110380 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
include/llvm/Support/CallSite.h
lib/VMCore/Instructions.cpp