X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FInstrTypes.h;h=0a3fbed804f0604b0d5160db13116ad15188a9fe;hb=e089160d1065d83986fd97fae7f0af08c03e7d47;hp=386c00118fac3e2e070ca9b33d12afb653cf1deb;hpb=7e2dd6628e398f369a110856ec69455f65d17638;p=oota-llvm.git diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 386c00118fa..0a3fbed804f 100644 --- a/include/llvm/InstrTypes.h +++ b/include/llvm/InstrTypes.h @@ -118,6 +118,7 @@ public: I->getOpcode() == Instruction::Load || I->getOpcode() == Instruction::VAArg || I->getOpcode() == Instruction::GetResult || + I->getOpcode() == Instruction::ExtractValue || (I->getOpcode() >= CastOpsBegin && I->getOpcode() < CastOpsEnd); } static inline bool classof(const Value *V) {