fix PR8602, a bug in an assertion: a volatile store *of* a pointer
[oota-llvm.git] / test / Transforms / JumpThreading / indirectbr.ll
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...