When determining if we can fold (x >> C1) << C2, the bits that we need to verify...
[oota-llvm.git] / test / Assembler / align-inst-load.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3 define void @foo() {
4   load i1* %p, align 1073741824
5   ret void
6 }