Move test to the X86 directory, note the PR number and only run MC once.

llvm-svn: 143352
This commit is contained in:
Rafael Espindola 2011-10-31 17:23:09 +00:00
parent 40703f4252
commit 300dcb8e37
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
// RUN: llvm-mc -triple i386-unknown-unknown %s
// PR10869
movl %gs:8, %eax