From: Simon Pilgrim Date: Thu, 6 Jun 2019 10:15:26 +0000 (+0000) Subject: Fix whitespace indentation. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d51e3ac44778c8f91257c48cff8eaaa3d4b17e2e;p=llvm Fix whitespace indentation. NFCI. Tabs are not our friends. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362694 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/TargetLowering.h b/include/llvm/CodeGen/TargetLowering.h index ad17fd84558..1bd0f2a8af4 100644 --- a/include/llvm/CodeGen/TargetLowering.h +++ b/include/llvm/CodeGen/TargetLowering.h @@ -804,8 +804,8 @@ public: /// 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; }