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:
parent
5c61081fe6
commit
9ee0a02dad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user