Fix struct/class mismatch
authorDouglas Gregor <dgregor@apple.com>
Sun, 18 Jul 2010 11:47:56 +0000 (11:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 18 Jul 2010 11:47:56 +0000 (11:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108642 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Splitter.h

index f253ee77bf83f930e815e5ac7bba47f12cfb2309..2b0645dfdcd715343995ea4571ad69bfc1e1e316 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
 
   class LiveInterval;
   class LiveIntervals;
-  class LiveRange;
+  struct LiveRange;
   class LoopSplit;
   class MachineDominatorTree;
   class MachineRegisterInfo;