From 4a3f6c88820a204f80ca0fa3f1f2fe09ca10b02f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 6 May 2008 01:53:16 +0000 Subject: Make several variable declarations static. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50696 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/RSProfiling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Instrumentation') diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 15249c2e1a..c22a29ff7a 100644 --- a/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/lib/Transforms/Instrumentation/RSProfiling.cpp @@ -56,7 +56,7 @@ namespace { GBV, GBVO, HOSTCC }; - cl::opt RandomMethod("profile-randomness", + static cl::opt RandomMethod("profile-randomness", cl::desc("How to randomly choose to profile:"), cl::values( clEnumValN(GBV, "global", "global counter"), -- cgit v1.2.3