[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / pr19049.ll
blob027c9815e0c7840696bbdeb1e0cdc9be38ccaa9a
1 ; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
3 module asm ".pushsection foo"
4 module asm ".popsection"
6 ; CHECK: .section       foo,"",@progbits
7 ; CHECK: .text