diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineModuleInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h index 8d0a34b1f3..2cd4e23781 100644 --- a/include/llvm/CodeGen/MachineModuleInfo.h +++ b/include/llvm/CodeGen/MachineModuleInfo.h @@ -265,7 +265,7 @@ public: /// getAnchorString - Return a string used to label this descriptor's anchor. /// - static const char *AnchorString; + static const char *const AnchorString; virtual const char *getAnchorString() const; #ifndef NDEBUG @@ -664,7 +664,7 @@ public: /// getAnchorString - Return a string used to label this descriptor's anchor. /// - static const char *AnchorString; + static const char *const AnchorString; virtual const char *getAnchorString() const; #ifndef NDEBUG @@ -701,7 +701,7 @@ public: /// getAnchorString - Return a string used to label this descriptor's anchor. /// - static const char *AnchorString; + static const char *const AnchorString; virtual const char *getAnchorString() const; #ifndef NDEBUG |