Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / Assembler / align-inst.ll
blob6f7100e065d331848b0c64e6cdaa1fb007302757
1 ; RUN: llvm-as %s -o /dev/null
3 @A = global i1 0, align 536870912
5 define void @foo() {
6   %p = alloca i1, align 536870912
7   load i1* %p, align 536870912
8   store i1 false, i1* %p, align 536870912
9   ret void