* Start using tablegen'd instruction descriptions
authorChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 21:55:55 +0000 (21:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Aug 2003 21:55:55 +0000 (21:55 +0000)
commitabf05b2dae7b39df81c2e30c58042dd1a8c32148
treeddbd01747c532c24e3b73709f8c4ddace7fa9354
parentc01f39307e57f84a86978cebad80647e6f8691fd
* Start using tablegen'd instruction descriptions
* Fix bug in the createNOP method, which was not marking the operands of the
  generated XCHG as useanddef.  I don't think this method is actually used,
  so it wasn't breaking anything, but it should be fixed anyway...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7539 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp