Improve the implementation of .incbin directive by replacing a loop by using
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch-on-const-select.ll
2011-02-28 Frits van BommelTeach SimplifyCFG that (switch (select cond, X, Y)...