diff options
Diffstat (limited to 'lib/CodeGen/InterferenceCache.h')
| -rw-r--r-- | lib/CodeGen/InterferenceCache.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/InterferenceCache.h b/lib/CodeGen/InterferenceCache.h index 1791afbe6c250..6519a806e57d7 100644 --- a/lib/CodeGen/InterferenceCache.h +++ b/lib/CodeGen/InterferenceCache.h @@ -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;  | 
