[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
authorDavide Italiano <davide@freebsd.org>
Wed, 14 Oct 2015 20:29:54 +0000 (20:29 +0000)
committerDavide Italiano <davide@freebsd.org>
Wed, 14 Oct 2015 20:29:54 +0000 (20:29 +0000)
commitf7b2acbdbab88727d5983eced28544641f9ee568
tree7d3df056d9a073ba33b8e3e01a2c48dd314e4812
parenta0241a7b06ae27a7052072683bffd50bed774fba
[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.

We now use clang by default and fallback to gcc when requested.
With this commit, names reflect reality. No functional change
intended.

Discussed with: Rafael Espindola.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250321 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/Miscompilation.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h