commit | 458496c0603f922301898409417b717476cfbf10 | [log] [tgz] |
---|---|---|
author | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:55:50 2002 +0000 |
committer | Anand Shukla <ashukla@cs.uiuc.edu> | Tue Jun 25 20:55:50 2002 +0000 |
tree | df48267e6feafa3ea4ba9416c5c373f91ac1b6ff | |
parent | eaa2e7204e85b056751d26773ad636cffbfceacd [diff] [blame] |
changes to make it compatible with 64bit gcc llvm-svn: 2791
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index c7c9756..e884463 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -28,6 +28,7 @@ #include <iostream> #include <math.h> using std::cerr; +using std::vector; RegAllocDebugLevel_t DEBUG_RA; static cl::Enum<RegAllocDebugLevel_t> DEBUG_RA_c(DEBUG_RA, "dregalloc",