The code emitter generator only supports targets with 32-bit instruction
authorChris Lattner <sabre@nondot.org>
Fri, 19 Aug 2005 01:04:33 +0000 (01:04 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 19 Aug 2005 01:04:33 +0000 (01:04 +0000)
commitfcd60a010b8da81b5b3528636fca78ebe4288c75
tree7bdfff824b82d7802679b406c8b164ca83457688
parentca6aa2f70ca1325d8cc4af3d6a7d99ab693e5456
The code emitter generator only supports targets with 32-bit instruction
words.  There is no way for one of these targets to have a > 32-bit immediate!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22897 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeEmitterGen.cpp