More grammar.

llvm-svn: 175492
This commit is contained in:
Eric Christopher 2013-02-19 06:16:53 +00:00
parent e575e7bce0
commit 459d271756
1 changed files with 1 additions and 1 deletions

View File

@ -2570,7 +2570,7 @@ void Clang::ConstructJob(Compilation &C, const JobAction &JA,
options::OPT_fno_sanitize_undefined_trap_on_error, false))
CmdArgs.push_back("-fsanitize-undefined-trap-on-error");
// Report and error for -faltivec on anything other than PowerPC.
// Report an error for -faltivec on anything other than PowerPC.
if (const Arg *A = Args.getLastArg(options::OPT_faltivec))
if (!(getToolChain().getTriple().getArch() == llvm::Triple::ppc ||
getToolChain().getTriple().getArch() == llvm::Triple::ppc64))