1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointing out this issue.

llvm-svn: 121292
This commit is contained in:
Lang Hames 2010-12-08 22:15:32 +00:00
parent 063c38c6df
commit 334ef20886

View File

@ -22,10 +22,11 @@
#include "llvm/CodeGen/PBQP/Solution.h"
#include <map>
#include <set>
namespace llvm {
class LiveInterval;
class LiveIntervals;
class MachineFunction;
class MachineLoopInfo;