[all-commits] [llvm/llvm-project] 937c4c: Fix implicit fall through compiler warning. NFCI.

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 6 06:17:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 937c4cffd02420607ada23d3d25078df9bf553cb
      https://github.com/llvm/llvm-project/commit/937c4cffd02420607ada23d3d25078df9bf553cb
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp

  Log Message:
  -----------
  Fix implicit fall through compiler warning. NFCI.


  Commit: 5fc8cdcb03e380e6193464eef499d373dcde3708
      https://github.com/llvm/llvm-project/commit/5fc8cdcb03e380e6193464eef499d373dcde3708
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    M llvm/include/llvm/ADT/BreadthFirstIterator.h

  Log Message:
  -----------
  BreadthFirstIterator.h - fix uninitialized variable warning in default constructor. NFCI.


  Commit: 9ced408fe97478309cb19ca241009ade4ad6315c
      https://github.com/llvm/llvm-project/commit/9ced408fe97478309cb19ca241009ade4ad6315c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyCFG.cpp

  Log Message:
  -----------
  SimplifyCFG.cpp - remove dead early-return code added at rGcc63203908da. NFCI.

We've already checked that ScanIdx == 0 a few lines above.


Compare: https://github.com/llvm/llvm-project/compare/6e90192fdfef...9ced408fe974


More information about the All-commits mailing list