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

Include appropriate file

llvm-svn: 2379
This commit is contained in:
Chris Lattner 2002-04-28 20:40:16 +00:00
parent 321a8cf4ba
commit e7143ad386

View File

@ -33,6 +33,8 @@
#include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/RegClass.h"
#include "llvm/CodeGen/LiveRangeInfo.h" #include "llvm/CodeGen/LiveRangeInfo.h"
#include <deque> #include <deque>
#include <map>
class MachineCodeForMethod; class MachineCodeForMethod;
class MachineRegInfo; class MachineRegInfo;
class FunctionLiveVarInfo; class FunctionLiveVarInfo;