aboutsummaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-10-31 17:23:09 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-10-31 17:23:09 +0000
commit5e6d54806570db81bbc8bdb480ce049f4bad05cc (patch)
tree7b8cff1508d686e4721d55b9de1298131343da90 /test/MC/AsmParser
parentfb6ab2b30e822d292c557bda32f7eb0acd1004e2 (diff)
Move test to the X86 directory, note the PR number and only run MC once.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AsmParser')
-rw-r--r--test/MC/AsmParser/2011-09-06-NoNewline.s6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/MC/AsmParser/2011-09-06-NoNewline.s b/test/MC/AsmParser/2011-09-06-NoNewline.s
deleted file mode 100644
index e4450f98e5..0000000000
--- a/test/MC/AsmParser/2011-09-06-NoNewline.s
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax
-// RUN: llvm-mc -triple i386-unknown-unknown %s
-movl %gs:8, %eax \ No newline at end of file