OSDN Git Service

Free the VirtRegMap at the end of MachineFunction processing instead of at
authorChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2004 02:02:33 +0000 (02:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Sep 2004 02:02:33 +0000 (02:02 +0000)
commit510a3ea646c6f42a565de273b20766e6946ed691
treeee568167cf5aa480236c6e64765851f032b74d4d
parent8c4d88d3697835371ecf6823f4142af13603ad2d
Free the VirtRegMap at the end of MachineFunction processing instead of at
the beginning of processing the next one.

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