Treat int constants as not requiring a register, since they are almost always
authorChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 22:29:12 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Jan 2005 22:29:12 +0000 (22:29 +0000)
commitc4b6a789809696c2835999d39293466c99f22c1a
tree8cf03c569d1d425fbe187a05a367c8eb97323251
parentc871e1d56fa9e4c73f01419d4f1fef6d47f24d29
Treat int constants as not requiring a register, since they are almost always
folded into an instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp