Allow explicit spill slots to be specified for a gc.statepoint
[oota-llvm.git] / test / Assembler / align-inst-store.ll
1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3 define void @foo() {
4   store i1 false, i1* %p, align 1073741824
5   ret void
6 }