OSDN Git Service

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 f253ee7..2b0645d 100644 (file)
@@ -23,7 +23,7 @@ namespace llvm {
 
   class LiveInterval;
   class LiveIntervals;
-  class LiveRange;
+  struct LiveRange;
   class LoopSplit;
   class MachineDominatorTree;
   class MachineRegisterInfo;