[all-commits] [llvm/llvm-project] e70611: X86FrameLowering::adjustStackWithPops - cleanup au...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Sep 9 08:15:52 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/X86/X86FrameLowering.cpp

  Log Message:
  -----------
  X86FrameLowering::adjustStackWithPops - cleanup auto usage. NFCI.

Don't use auto for non-obvious types, and use const references.




More information about the All-commits mailing list