too much space; NFC
[oota-llvm.git] / lib / CodeGen / InterferenceCache.h
index 1791afbe6c2506d15caa40b1634e12a747a08c80..6519a806e57d74badbfa57727a5573aae706479b 100644 (file)
@@ -170,8 +170,8 @@ public:
   /// Cursor - The primary query interface for the block interference cache.
   class Cursor {
     Entry *CacheEntry;
-    BlockInterference *Current;
-    static BlockInterference NoInterference;
+    const BlockInterference *Current;
+    static const BlockInterference NoInterference;
 
     void setEntry(Entry *E) {
       Current = nullptr;