Make constant string pointer into an array to remove a pointer lookup for every access.
[oota-llvm.git] / lib / CodeGen / RegAllocBase.h
index 064e40f06b7b5a2bc9add40e5c9a081e2005dc3f..ccaabbad44d44b3c05cdc7df86c3875f3fe909c2 100644 (file)
@@ -93,7 +93,7 @@ protected:
                                  SmallVectorImpl<LiveInterval*> &splitLVRs) = 0;
 
   // Use this group name for NamedRegionTimer.
-  static const char *TimerGroupName;
+  static const char TimerGroupName[];
 
 public:
   /// VerifyEnabled - True when -verify-regalloc is given.