summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorStepan Dyatkovskiy <stpworld@narod.ru>2011-09-19 07:48:08 +0000
committerStepan Dyatkovskiy <stpworld@narod.ru>2011-09-19 07:48:08 +0000
commit76034c5f546770faf5e63a878c996a829bcb31c2 (patch)
tree13c0d8e4f36ff45437a9930c464a71205d94b4b4 /test/MC
parent92ec8e1427e595d540f2238c7a1bb05fbd013013 (diff)
downloadllvm-76034c5f546770faf5e63a878c996a829bcb31c2.tar.gz
llvm-76034c5f546770faf5e63a878c996a829bcb31c2.tar.bz2
llvm-76034c5f546770faf5e63a878c996a829bcb31c2.tar.xz
Added regression test for bug #10869.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/2011-09-06-NoNewline.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s
new file mode 100644
index 0000000000..7ecaf688ea
--- /dev/null
+++ b/test/MC/AsmParser/2011-09-06-NoNewline.s
@@ -0,0 +1,6 @@
+// RUN: llvm-mc %s
+movl %gs:8, %eax
+// RUN: llvm-mc %s
+movl %gs:8, %eax
+// RUN: llvm-mc %s
+movl %gs:8, %eax \ No newline at end of file