From 76034c5f546770faf5e63a878c996a829bcb31c2 Mon Sep 17 00:00:00 2001 From: Stepan Dyatkovskiy Date: Mon, 19 Sep 2011 07:48:08 +0000 Subject: Added regression test for bug #10869. 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 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/MC/AsmParser/2011-09-06-NoNewline.s (limited to 'test/MC') 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 -- cgit v1.2.3