[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / ga-offset2.ll
blobbc4a3493ff6f6abec0c8aebde115c5110c908447
1 ; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s
3 @var = external hidden global i32
4 @p = external hidden global i32*
6 define void @f() {
7 ; CHECK:  movl    $_var+40, _p
8   store i32* getelementptr (i32, i32* @var, i64 10), i32** @p
9   ret void