[all-commits] [llvm/llvm-project] 7582c5: CallingConvLower.h - remove unnecessary MachineFun...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Sep 4 04:17:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7582c5c023a8d6bff224e80dc5ded916122d8c99
      https://github.com/llvm/llvm-project/commit/7582c5c023a8d6bff224e80dc5ded916122d8c99
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/CallingConvLower.h
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/lib/CodeGen/CallingConvLower.cpp
    M llvm/lib/Target/Mips/MipsCallLowering.h

  Log Message:
  -----------
  CallingConvLower.h - remove unnecessary MachineFunction.h include. NFC.

Reduce to forward declaration, add the Register.h include that we still needed, move CCState::ensureMaxAlignment into CallingConvLower.cpp as it was the only function that needed the full definition of MachineFunction.

Fix a few implicit dependencies further down.




More information about the All-commits mailing list