[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / coff-no-dead-strip.ll
blobdef81644bd5db7b6185c70cf75e8f19a0684596a
1 ; RUN: llc -mtriple thumbv7-windows-msvc -filetype asm -o - %s | FileCheck %s
3 @i = global i32 0
4 @j = weak global i32 0
5 @k = internal global i32 0
7 @llvm.used = appending global [3 x i8*] [i8* bitcast (i32* @i to i8*), i8* bitcast (i32* @j to i8*), i8* bitcast (i32* @k to i8*)]
9 ; CHECK: .section .drectve
10 ; CHECK: .ascii " /INCLUDE:i"
11 ; CHECK: .ascii " /INCLUDE:j"
12 ; CHECK-NOT: .ascii " /INCLUDE:k"