]> granicus.if.org Git - llvm/commitdiff
Fix whitespace indentation. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 6 Jun 2019 10:15:26 +0000 (10:15 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 6 Jun 2019 10:15:26 +0000 (10:15 +0000)
Tabs are not our friends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362694 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/TargetLowering.h

index ad17fd8455888075bdb6e182faa8f94895b542dd..1bd0f2a8af4ab8d1100126d14cd55978d6655cb6 100644 (file)
@@ -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;
   }