diff options
author | Fangrui Song <maskray@google.com> | 2018-07-20 08:19:20 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-07-20 08:19:20 +0000 |
commit | 1a8f8375fb2268e94c72dbc26c55992702d8ca6c (patch) | |
tree | a6ef420488d4b180e075dc938c32ef802847927e /lib/Frontend/CompilerInvocation.cpp | |
parent | 3f7d4073a85d7d8be791ca7f018bd109adda0e0f (diff) | |
download | clang-1a8f8375fb2268e94c72dbc26c55992702d8ca6c.tar.gz |
Change \t to spaces
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@337530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/CompilerInvocation.cpp b/lib/Frontend/CompilerInvocation.cpp index 9bb673d1e7..a494b27a39 100644 --- a/lib/Frontend/CompilerInvocation.cpp +++ b/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) |