OSDN Git Service

Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out...
authorLang Hames <lhames@gmail.com>
Wed, 8 Dec 2010 22:15:32 +0000 (22:15 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 8 Dec 2010 22:15:32 +0000 (22:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121292 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegAllocPBQP.h

index 008a7b3..7e8745e 100644 (file)
 #include "llvm/CodeGen/PBQP/Solution.h"
 
 #include <map>
+#include <set>
 
 namespace llvm {
 
-  class LiveInterval;
+  class LiveIntervals;
   class MachineFunction;
   class MachineLoopInfo;