mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
fix formatting; NFC
llvm-svn: 252500
This commit is contained in:
parent
e7f6232199
commit
529bd0465e
@ -170,7 +170,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (IID == Intrinsic::ctlz) {
|
if (IID == Intrinsic::ctlz) {
|
||||||
if (getTLI()->isCheapToSpeculateCtlz())
|
if (getTLI()->isCheapToSpeculateCtlz())
|
||||||
return TargetTransformInfo::TCC_Basic;
|
return TargetTransformInfo::TCC_Basic;
|
||||||
return TargetTransformInfo::TCC_Expensive;
|
return TargetTransformInfo::TCC_Expensive;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user