[PATCH] D119876: [nfc][codegen] Move RegisterBank[Info].h under CodeGen
    Mircea Trofin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb 15 12:01:27 PST 2022
    
    
  
mtrofin added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/RegisterBankInfo.h:220
         : ID(ID), Cost(Cost), OperandsMapping(OperandsMapping),
-          NumOperands(NumOperands) {
-    }
+          NumOperands(NumOperands) {}
 
----------------
ah - `clang-format` handled the moved file as a new file; but I'd say let's let it make these changes, they are goodness anyway (and small)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119876/new/
https://reviews.llvm.org/D119876
    
    
More information about the llvm-commits
mailing list