TableGen for fast isel seems to assume an 'imm'
authorDale Johannesen <dalej@apple.com>
Thu, 21 May 2009 22:25:49 +0000 (22:25 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 21 May 2009 22:25:49 +0000 (22:25 +0000)
commitedc8774a7375dc74f226ee37d0ba321502ddf691
treed3d4552799b7a12fbcb8184abd003804e7c215b9
parent15002a2b528e04a5edcfccbec392f5d6b19f7f6a
TableGen for fast isel seems to assume an 'imm'
operand is the last in a pattern.  There is no
reason this should be true (although apparently
it always is right now).

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