summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-07-20 08:19:20 +0000
committerFangrui Song <maskray@google.com>2018-07-20 08:19:20 +0000
commit99337e246cc258e89dc68f0b0e654be89d010cf7 (patch)
tree9dd1e048437c6b929c32dbe6c1464c6d0a88efa7 /clang/lib/Frontend/CompilerInvocation.cpp
parent3e0051bb51b0a57f5d220bec3d7930a72bd7c057 (diff)
downloadbcm5719-llvm-99337e246cc258e89dc68f0b0e654be89d010cf7.tar.gz
bcm5719-llvm-99337e246cc258e89dc68f0b0e654be89d010cf7.zip
Change \t to spaces
llvm-svn: 337530
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 9bb673d1e77..a494b27a39b 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -808,7 +808,7 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
}
}
}
- // Handle -fembed-bitcode option.
+ // Handle -fembed-bitcode option.
if (Arg *A = Args.getLastArg(OPT_fembed_bitcode_EQ)) {
StringRef Name = A->getValue();
unsigned Model = llvm::StringSwitch<unsigned>(Name)
OpenPOWER on IntegriCloud