aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pr19049.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pr19049.ll')
-rw-r--r--test/CodeGen/X86/pr19049.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pr19049.ll b/test/CodeGen/X86/pr19049.ll
new file mode 100644
index 0000000..027c981
--- /dev/null
+++ b/test/CodeGen/X86/pr19049.ll
@@ -0,0 +1,7 @@
+; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s
+
+module asm ".pushsection foo"
+module asm ".popsection"
+
+; CHECK: .section foo,"",@progbits
+; CHECK: .text