Changes recommended by Chris:
authorJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 22:39:13 +0000 (22:39 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 22:39:13 +0000 (22:39 +0000)
commitca6ea0f13744c611164a20d9ab71034e37f912c3
tree17b0bd6f23d2d9a045863e28278032f9c53013e5
parentf499eaca36a30981c80b87092c2ba02bcc6a874c
Changes recommended by Chris:
InstSelectSimple.cpp:
  Change the checks for proper I/O port address size into an exit() instead
  of an assertion.  Assertions aren't used in Release builds, and handling
  this error should be graceful (not that this counts as graceful, but it's
  more graceful).

  Modified the generation of the IN/OUT instructions to have 0 arguments.
X86InstrInfo.td:
  Added the OpSize attribute to the 16 bit IN and OUT instructions.

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