Added regression test for bug #10869.
authorStepan Dyatkovskiy <stpworld@narod.ru>
Mon, 19 Sep 2011 07:48:08 +0000 (07:48 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Mon, 19 Sep 2011 07:48:08 +0000 (07:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140012 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/2011-09-06-NoNewline.s [new file with mode: 0644]

diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s
new file mode 100644 (file)
index 0000000..7ecaf68
--- /dev/null
@@ -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