Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / pr19049.ll
1 ; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
2
3 module asm ".pushsection foo"
4 module asm ".popsection"
5
6 ; CHECK: .section       foo,"",@progbits
7 ; CHECK: .text