Fix several bugs in the new fast-path:
authorOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 21:20:32 +0000 (21:20 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 21:20:32 +0000 (21:20 +0000)
commit9a032931453209505f6765a35be108ae5ea39b3b
tree3f4dd69374cb8fa174ad4cb4f2c35b72ef856620
parent70053c340e41a1a7086ecef218395489b3c8cbc6
Fix several bugs in the new fast-path:
  1) Remove an incorrect assertion.
  2) Set the stack slot weight properly.
  3) Resize the VirtRegMap when needed.

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