InstSimplify: X >> X -> 0
[oota-llvm.git] / test / Transforms / InstSimplify / phi.ll
2012-03-05 Eli FriedmanMake sure we don't return bits outside the mask in...