1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix struct/class mismatch

llvm-svn: 108642
This commit is contained in:
Douglas Gregor 2010-07-18 11:47:56 +00:00
parent f1ae3b35e7
commit 083ff2c681

View File

@ -23,7 +23,7 @@ namespace llvm {
class LiveInterval;
class LiveIntervals;
class LiveRange;
struct LiveRange;
class LoopSplit;
class MachineDominatorTree;
class MachineRegisterInfo;