[all-commits] [llvm/llvm-project] 058e52: [AccelTable][NFC] Fix typos and duplicated code (#...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Thu Dec 21 11:10:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 058e527434aeb61ee6f72d2d460123440726a7df
      https://github.com/llvm/llvm-project/commit/058e527434aeb61ee6f72d2d460123440726a7df
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/AccelTable.h
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp

  Log Message:
  -----------
  [AccelTable][NFC] Fix typos and duplicated code (#76155)

Renaming a member variable from "Endoding" to "Encoding".

Also replace inlined code for "isNormalized" with a call to the
function, so that if the definition of normalization ever changes, we
only need to change the one place.




More information about the All-commits mailing list