blob: 027c9815e0c7840696bbdeb1e0cdc9be38ccaa9a [file] [log] [blame]
Rafael Espindola83770852014-03-05 20:09:15 +00001; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
2
3module asm ".pushsection foo"
4module asm ".popsection"
5
6; CHECK: .section foo,"",@progbits
7; CHECK: .text