diff options
Diffstat (limited to 'lib/Driver/Tools.cpp')
-rw-r--r-- | lib/Driver/Tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index e69e2cb924..76be9bdfac 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -737,7 +737,7 @@ void Clang::AddMIPSTargetArgs(const ArgList &Args, const Driver &D = getToolChain().getDriver(); StringRef ArchName; - const char *CPUName; + const char *CPUName = 0; // Set target cpu and architecture. if (Arg *A = Args.getLastArg(options::OPT_mcpu_EQ)) { |