OSDN Git Service

fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,
authorChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 19:41:05 +0000 (19:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 Apr 2011 19:41:05 +0000 (19:41 +0000)
commit15f895179953b258e4ca20860d0d58f25f3a3edb
treeb0365d3869ae8c88225363069743a4bc993045a6
parent008c93e8848945469cd382fc6b48c1b302ec903d
fix rdar://8735979 - "int 3" doesn't match to "int3".  Unfortunately,
InstAlias doesn't allow matching immediate operands, so we have to write
C++ code to do this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129223 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
lib/Target/X86/X86InstrSystem.td
test/MC/X86/x86-64.s