When determining if we can fold (x >> C1) << C2, the bits that we need to verify...
[oota-llvm.git] / test / Assembler / 2009-07-24-ZeroArgGEP.ll
1 ; RUN: llvm-as %s -o /dev/null
2
3 @foo = global i32 0
4 @bar = constant i32* getelementptr(i32* @foo)
5