Skip to content

Commit 28fcb0e

Browse files
minor changes
1 parent 689dc3a commit 28fcb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ bool CompilerInvocation::ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args,
18961896
} else {
18971897
Opts.setInlining(CodeGenOptions::NormalInlining);
18981898
}
1899-
1899+
19001900
// -mcmodel option.
19011901
if (const llvm::opt::Arg *A =
19021902
Args.getLastArg(clang::driver::options::OPT_mcmodel_EQ)) {

0 commit comments

Comments
 (0)