changes to make it compatible with 64bit gcc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla
2002-06-25 20:55:50 +00:00
parent eea60fc59c
commit cfb22d3c14
12 changed files with 27 additions and 18 deletions

View File

@@ -4,6 +4,7 @@
#include "llvm/Type.h"
#include <iostream>
using std::cerr;
using std::vector;
//-----------------------------------------------------------------------------
// Int Register Class - method for coloring a node in the interference graph.