Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / FrontendObjC++ /
2008-08-07 Duncan SandsMove tests of the ObjC++ front-end to their own