[all-commits] [llvm/llvm-project] a2976c: [NFC] Make the type of X86AlignBranchBoundary comp...

KanRobert via All-commits all-commits at lists.llvm.org
Wed Jan 1 22:36:28 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a2976c490da3b6d7253d4034ae507a760457ea18
      https://github.com/llvm/llvm-project/commit/a2976c490da3b6d7253d4034ae507a760457ea18
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2020-01-02 (Thu, 02 Jan 2020)

  Changed paths:
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

  Log Message:
  -----------
  [NFC] Make the type of X86AlignBranchBoundary compatible

Change the type of X86AlignBranchBoundary from cl::opt<uint64_t> to
cl::opt<unsigned> since the template class cl::opt is only instantiated with
type unsigned, int, std::string, char and bool.




More information about the All-commits mailing list