commit | 01c55ba00c3c5b81404a18c315b0f1bf467529ce | [log] [tgz] |
---|---|---|
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | Fri Oct 19 21:39:31 2001 +0000 |
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | Fri Oct 19 21:39:31 2001 +0000 |
tree | aeee01b6d4b4e52209eaaf39b1175b5878e0de87 | |
parent | 1437395c9f44e51940b447da88abb0b4f4baa8e9 [diff] [blame] |
Added code to PhyRegAlloc to mark unusable suggested regs Added initialization to AdjList to IGNode constructor - major bug fix llvm-svn: 920
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.cpp b/llvm/lib/CodeGen/RegAlloc/IGNode.cpp index 0e8a124..75007a0 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.cpp +++ b/llvm/lib/CodeGen/RegAlloc/IGNode.cpp
@@ -2,6 +2,7 @@ IGNode::IGNode(LiveRange *const PLR, unsigned int Ind): Index(Ind), + AdjList(), ParentLR(PLR) { OnStack = false;