[PATCH] D102942: Remove or use variables which are unused but set.

Michael Benfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 13:25:16 PDT 2021


mbenfield added a comment.
Herald added a subscriber: JDevlieghere.

Several variables I have just removed outright, including

llvm/lib/Target/X86/X86FloatingPoint.cpp: STDeadDefs
lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.cpp: fp_bytes
lldb/source/Interpreter/CommandInterpreter.cpp: actual_cmd_name_len

Someone familiar with this code should probably look at these and determine whether these variables not being used could have lead to buggy behavior.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102942/new/

https://reviews.llvm.org/D102942



More information about the llvm-commits mailing list