Significant improvement: GEP used by a load or store no longer generates
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / LiveRange.h
index 5f3e41bd15285f5405306796320deec8b267cc86..994824b214bb1d5a08605300c3de5b71c13ead5d 100644 (file)
@@ -92,6 +92,9 @@ public:
   inline void setCallInterference() { 
     doesSpanAcrossCalls = 1;
   }
+  inline void clearCallInterference() { 
+    doesSpanAcrossCalls = 0;
+  }
 
   inline bool isCallInterference() const { 
     return doesSpanAcrossCalls == 1;