[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
index 579781246c548615537db70dc5e64561a5a337a6..1bd2e80a63035e3de1d5a2c4b1547c28a9c38c98 100644 (file)
@@ -36,7 +36,7 @@ class LLVMContext;
 
 class DebugCrashes;
 
-class GCC;
+class CC;
 
 extern bool DisableSimplifyCFG;
 
@@ -52,7 +52,7 @@ class BugDriver {
   std::vector<std::string> PassesToRun;
   AbstractInterpreter *Interpreter;   // How to run the program
   AbstractInterpreter *SafeInterpreter;  // To generate reference output, etc.
-  GCC *gcc;
+  CC *cc;
   bool run_find_bugs;
   unsigned Timeout;
   unsigned MemoryLimit;