Remove extraneous cl:: namespace qualifiers


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7852 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/Support/CommandLine.h b/include/Support/CommandLine.h
index faf8206..5febbcf 100644
--- a/include/Support/CommandLine.h
+++ b/include/Support/CommandLine.h
@@ -28,15 +28,15 @@
 //===----------------------------------------------------------------------===//
 // ParseCommandLineOptions - Command line option processing entry point.
 //
-void cl::ParseCommandLineOptions(int &argc, char **argv,
-				 const char *Overview = 0);
+void ParseCommandLineOptions(int &argc, char **argv,
+                             const char *Overview = 0);
 
 //===----------------------------------------------------------------------===//
 // ParseEnvironmentOptions - Environment variable option processing alternate
 //                           entry point.
 //
-void cl::ParseEnvironmentOptions (char *progName, char *envvar,
-				  const char *Overview = 0);
+void ParseEnvironmentOptions(char *progName, char *envvar,
+                             const char *Overview = 0);
 
 //===----------------------------------------------------------------------===//
 // Flags permitted to be passed to command line arguments