rename test
authorChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2010 17:16:49 +0000 (17:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2010 17:16:49 +0000 (17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115174 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/AsmParser/X86/x86_errors.s [new file with mode: 0644]
test/MC/AsmParser/X86/x86_instruction_errors.s [deleted file]

diff --git a/test/MC/AsmParser/X86/x86_errors.s b/test/MC/AsmParser/X86/x86_errors.s
new file mode 100644 (file)
index 0000000..183306b
--- /dev/null
@@ -0,0 +1,5 @@
+// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t.err
+// RUN: FileCheck < %t.err %s
+
+// CHECK: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
+cmp $0, 0(%eax)
diff --git a/test/MC/AsmParser/X86/x86_instruction_errors.s b/test/MC/AsmParser/X86/x86_instruction_errors.s
deleted file mode 100644 (file)
index 183306b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-// RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2> %t.err
-// RUN: FileCheck < %t.err %s
-
-// CHECK: error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')
-cmp $0, 0(%eax)