revert r105521, which is breaking the buildbots with stuff like this:
authorChris Lattner <sabre@nondot.org>
Sat, 5 Jun 2010 04:17:30 +0000 (04:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Jun 2010 04:17:30 +0000 (04:17 +0000)
commit1087f54ddb70bd2a7ab62608161e4a3f0c345935
treedc95c8cba3a2dd08aa0facb0293c7689bca5e6bb
parent3eca98bb3ab1ec27ab8763298c416d282cdaa261
revert r105521, which is breaking the buildbots with stuff like this:

In file included from X86InstrInfo.cpp:16:
X86GenInstrInfo.inc:2789: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2790: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2792: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2793: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2808: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2809: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2816: error: integer constant is too large for 'long' type
X86GenInstrInfo.inc:2817: error: integer constant is too large for 'long' type

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105524 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrDesc.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/Disassembler/ARMDisassemblerCore.h
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86InstrSSE.td
lib/Target/X86/X86MCCodeEmitter.cpp
test/MC/AsmParser/X86/x86_32-encoding.s
test/MC/AsmParser/X86/x86_64-encoding.s
utils/TableGen/X86RecognizableInstr.cpp
utils/TableGen/X86RecognizableInstr.h