commit | c6f3ae5c66c8e0dab6a2bd9601d0e253ef9ba794 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Apr 29 17:42:12 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Apr 29 17:42:12 2002 +0000 |
tree | ca8740e8f4bb594ab469bd12b435a9e9515e2878 | |
parent | 8b054c0eb96f250b6cebe26cc13bf880d8f44cc2 [diff] [blame] |
Eliminate duplicate or unneccesary #include's git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2397 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index b783255..d54229e 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
@@ -21,6 +21,7 @@ #include "llvm/BasicBlock.h" #include "llvm/Function.h" #include "llvm/Type.h" +#include "llvm/CodeGen/RegAllocCommon.h" #include <iostream> #include <math.h> using std::cerr;