diff options
author | Stepan Dyatkovskiy <stpworld@narod.ru> | 2011-09-19 07:48:08 +0000 |
---|---|---|
committer | Stepan Dyatkovskiy <stpworld@narod.ru> | 2011-09-19 07:48:08 +0000 |
commit | 76034c5f546770faf5e63a878c996a829bcb31c2 (patch) | |
tree | 13c0d8e4f36ff45437a9930c464a71205d94b4b4 | |
parent | 92ec8e1427e595d540f2238c7a1bb05fbd013013 (diff) | |
download | external_llvm-76034c5f546770faf5e63a878c996a829bcb31c2.zip external_llvm-76034c5f546770faf5e63a878c996a829bcb31c2.tar.gz external_llvm-76034c5f546770faf5e63a878c996a829bcb31c2.tar.bz2 |
Added regression test for bug #10869.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140012 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/MC/AsmParser/2011-09-06-NoNewline.s | 6 |
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 0000000..7ecaf68 --- /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 |