[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(bitcast X))
[oota-llvm.git] / test / Transforms / SCCP / switch.ll
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2011-08-16 Eli FriedmanMinor bug in SCCP found by inspection. (I don't think...