[all-commits] [llvm/llvm-project] ec4c96: [lldb][NFC] Simplify a return in ThreadPlanStepInR...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Tue Nov 12 01:59:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ec4c96d68566debcc4588c4189b4ef8a5f78729a
      https://github.com/llvm/llvm-project/commit/ec4c96d68566debcc4588c4189b4ef8a5f78729a
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M lldb/source/Target/ThreadPlanStepInRange.cpp

  Log Message:
  -----------
  [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHereCallback

We know should_stop_here is false here, so we might as well return false directly.




More information about the All-commits mailing list