getOperandConstraint returns -1 if the operand does have the specific constraint...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 7 Dec 2006 00:46:04 +0000 (00:46 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 7 Dec 2006 00:46:04 +0000 (00:46 +0000)
commit6065f66e7c3fbde299a387d8a42c2d3a57d13c38
tree9440dd2a4428830fa3260930bf02d7806aa0325b
parenta091fa861987b603669d730cce7365189744ab0f
getOperandConstraint returns -1 if the operand does have the specific constraint. This bug was causing excessive spills.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32295 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/VirtRegMap.cpp