Test commit: fixed spelling error in comment.

llvm-svn: 255721
This commit is contained in:
Wolfgang Pieb 2015-12-16 00:08:18 +00:00
parent 6e9810c8ef
commit 60b7ca6713
1 changed files with 1 additions and 1 deletions

View File

@ -1370,7 +1370,7 @@ bool FastISel::selectInstruction(const Instruction *I) {
LibInfo->hasOptimizedCodeGen(Func))
return false;
// Don't handle Intrinsic::trap if a trap funciton is specified.
// Don't handle Intrinsic::trap if a trap function is specified.
if (F && F->getIntrinsicID() == Intrinsic::trap &&
Call->hasFnAttr("trap-func-name"))
return false;