Move the patterns which have i8 immediates before the patterns
authorDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 18:25:21 +0000 (18:25 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 18:25:21 +0000 (18:25 +0000)
commit018a34c5763dadc990af74cd15d97c7fdb560f3c
tree7c29b079c01872a8f52ac9ec0311cacb9c28c1fe
parent0b53d98c298b2846d36a4bfaf7a1a77d819430a6
Move the patterns which have i8 immediates before the patterns
that have i32 immediates so that they get selected first. This
currently only matters in the JIT, as assemblers will
automatically use the smallest encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61250 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Instr64bit.td