Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / CBackend / 2003-06-28-LinkOnceGlobalVars.ll
1 ; RUN: llvm-as < %s | llc -march=c | grep common | grep X
2
3 @X = linkonce global i32 5