From d3a34f81f87d5707c2f61d8e771c97d3678b5be4 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Tue, 16 Jul 2013 01:17:10 +0000 Subject: Add 'const' qualifiers to static const char* variables. llvm-svn: 186371 --- llvm/lib/Analysis/LoopInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis') diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index f1f02a8c0a1..142ebed4ed7 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp @@ -51,7 +51,7 @@ INITIALIZE_PASS_DEPENDENCY(DominatorTree) INITIALIZE_PASS_END(LoopInfo, "loops", "Natural Loop Information", true, true) // Loop identifier metadata name. -static const char* LoopMDName = "llvm.loop"; +static const char *const LoopMDName = "llvm.loop"; //===----------------------------------------------------------------------===// // Loop implementation -- cgit v1.2.3