[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / RuntimeDyld / X86 / coff-alignment.ll
blob9e9d60f62286fff81a7264b20dce7352e13d2737
1 ; REQUIRES: system-windows
2 ; RUN: opt -mtriple=x86_64-pc-win32-coff %s -o - | lli
4 @o = common global i32 0, align 4
6 define i32 @main() {
7   %patatino = load i32, i32* @o, align 4
8   ret i32 %patatino