[llvm-commits] [llvm] r121292 - /llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h
Lang Hames
lhames at gmail.com
Wed Dec 8 14:15:32 PST 2010
Author: lhames
Date: Wed Dec 8 16:15:32 2010
New Revision: 121292
URL: http://llvm.org/viewvc/llvm-project?rev=121292&view=rev
Log:
Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue.
Modified:
llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h
Modified: llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h?rev=121292&r1=121291&r2=121292&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h (original)
+++ llvm/trunk/include/llvm/CodeGen/RegAllocPBQP.h Wed Dec 8 16:15:32 2010
@@ -22,10 +22,11 @@
#include "llvm/CodeGen/PBQP/Solution.h"
#include <map>
+#include <set>
namespace llvm {
- class LiveInterval;
+ class LiveIntervals;
class MachineFunction;
class MachineLoopInfo;
More information about the llvm-commits
mailing list