mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +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))
|
LibInfo->hasOptimizedCodeGen(Func))
|
||||||
return false;
|
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 &&
|
if (F && F->getIntrinsicID() == Intrinsic::trap &&
|
||||||
Call->hasFnAttr("trap-func-name"))
|
Call->hasFnAttr("trap-func-name"))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user