Tabs are not our friends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362694
91177308-0d34-0410-b5e6-
96231b3b80d8
/// Returns true if the target can instruction select the specified FP
/// immediate natively. If false, the legalizer will materialize the FP
/// immediate as a load from a constant pool.
- virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/,
- bool ForCodeSize = false) const {
+ virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/,
+ bool ForCodeSize = false) const {
return false;
}