When determining if we can fold (x >> C1) << C2, the bits that we need to verify...
[oota-llvm.git] / test / Assembler / insertvalue-invalid-idx.ll
2010-12-05 Frits van BommelFix PR 4170 by having ExtractValueInst::getIndexedType...