--reg alloc code added

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ruchira Sasanka
2001-09-15 00:33:26 +00:00
parent 1f3b29fc72
commit 1bf6d645cd
9 changed files with 263 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
#include "llvm/CodeGen/IGNode.h"
#include "llvm/CodeGen/InterferenceGraph.h"
#include "llvm/Target/Machine.h"
#include "llvm/Target/RegInfo.h"
#include <stack>
typedef vector<unsigned int> ReservedColorListType;