[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / align-inst-store.ll
blobe715485a4ade778b1731baf2733786c527ad10d2
1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
3 define void @foo(ptr %p) {
4   store i1 false, ptr %p, align 8589934592
5   ret void