Put the functionality for printing a value to a raw_ostream as an
[oota-llvm.git] / lib / CodeGen / InterferenceCache.h
index a7fb98057ad291679e96dd04c54f68470856e019..800f7055752697e2b9dd8df8ebd4fcc111eb2d05 100644 (file)
@@ -21,7 +21,7 @@ namespace llvm {
 
 class LiveIntervals;
 
-class LLVM_LIBRARY_VISIBILITY InterferenceCache {
+class InterferenceCache {
   const TargetRegisterInfo *TRI;
   LiveIntervalUnion *LIUArray;
   MachineFunction *MF;
@@ -72,7 +72,7 @@ class LLVM_LIBRARY_VISIBILITY InterferenceCache {
       unsigned VirtTag;
 
       /// Fixed interference in RegUnit.
-      LiveInterval *Fixed;
+      LiveRange *Fixed;
 
       /// Iterator pointing into the fixed RegUnit interference.
       LiveInterval::iterator FixedI;