summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-19 23:34:33 +0000
committerChris Lattner <sabre@nondot.org>2010-05-19 23:34:33 +0000
commita7f1354eb5289b340220c9138befff89822119b2 (patch)
treeff2ce939030b2b9328f32587eb7ab9a120134459 /test/MC
parenta008750aa9c3327a353c2345935b35d9e9f1161a (diff)
downloadllvm-a7f1354eb5289b340220c9138befff89822119b2.tar.gz
llvm-a7f1354eb5289b340220c9138befff89822119b2.tar.bz2
llvm-a7f1354eb5289b340220c9138befff89822119b2.tar.xz
fix rdar://7986634 - match instruction opcodes case insensitively.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 16a80460e8..4bc8a4bb3a 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -146,3 +146,8 @@ fadd %st(7)
// CHECK: leal 0, %eax
leal 0, %eax
+
+// rdar://7986634 - Insensitivity on opcodes.
+// CHECK: int3
+INT3
+