MC: Remove redundant `SetUsed` arguments in MCSymbol methods
commitb8b639505b072e6437c203eccaa9b7dba1a699b2
authorSam Clegg <sbc@chromium.org>
Fri, 12 Jan 2018 18:05:40 +0000 (12 18:05 +0000)
committerSam Clegg <sbc@chromium.org>
Fri, 12 Jan 2018 18:05:40 +0000 (12 18:05 +0000)
tree95d8e74653214ea3580948240c7c017e15e797a7
parentb59aba61d50aa2cf21bd7a5e7294a63e63254900
MC: Remove redundant `SetUsed` arguments in MCSymbol methods

We can probably take this a step further since the only
user of the isUsed flag is AsmParser it should probably
be doing this explicitly. For now this is a step in the
right direction though.

Differential Revision: https://reviews.llvm.org/D41971

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322386 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h
lib/MC/MCCodeView.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp