Fix several bugs in the new fast-path:
commit268000d17d94168fff4884fc622c1aa28f7285ed
authorOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 21:20:32 +0000 (18 21:20 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 18 Aug 2008 21:20:32 +0000 (18 21:20 +0000)
tree3f4dd69374cb8fa174ad4cb4f2c35b72ef856620
parentbfcb1c528e5bbf8961789d85753cf13260fc6af8
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