1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

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 5c61081fe6
commit 9ee0a02dad

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;