[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / store-global-address.ll
blob31bb0d59c9305037311814e5c23d74f869cf76f3
1 ; RUN: llc < %s -mtriple=i686-- | grep movl | count 1
3 @dst = global i32 0             ; <i32*> [#uses=1]
4 @ptr = global i32* null         ; <i32**> [#uses=1]
6 define void @test() {
7         store i32* @dst, i32** @ptr
8         ret void