Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This...
[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 }