Adjust to change in Intrinsics.gen interface.

llvm-svn: 27344
This commit is contained in:
Chris Lattner 2006-04-02 03:35:01 +00:00
parent 104db817c8
commit e314cf19ba

View File

@ -308,6 +308,7 @@ bool llvm::isInstructionTriviallyDead(Instruction *I) {
if (CallInst *CI = dyn_cast<CallInst>(I))
if (Function *F = CI->getCalledFunction()) {
unsigned IntrinsicID = F->getIntrinsicID();
#define GET_SIDE_EFFECT_INFO
#include "llvm/Intrinsics.gen"
#undef GET_SIDE_EFFECT_INFO