Use a range insert instead of an explicit loop.
[oota-llvm.git] / lib / CodeGen / Spiller.h
index f339336f61cd3756d6af1f305af366eaaa9ef827..9c3900df0b57b2f555548403f2b75c4644beae22 100644 (file)
@@ -14,7 +14,7 @@
 
 namespace llvm {
 
-  struct LiveInterval;
+  class LiveInterval;
   class LiveIntervals;
   class LiveStacks;
   class MachineFunction;