[MC] Remove an unneeded special case from MCObjectStreamer::flushPendingLabels
authorFangrui Song <i@maskray.me>
Thu, 15 Jun 2023 20:52:20 +0000 (13:52 -0700)
committerFangrui Song <i@maskray.me>
Thu, 15 Jun 2023 20:52:20 +0000 (13:52 -0700)
commitacc0224104fcca51d4059ce3abb787ecdda95d70
treebcdea7cb5e64b2c64f4bf7f67905714b0c782254
parent490958b9eabc8e345fd2d88742e832984dd8643a
[MC] Remove an unneeded special case from MCObjectStreamer::flushPendingLabels

We always pass a non-null F to flushPendingLabels. Wait a bit before changing
the parameter to use a reference.
llvm/include/llvm/MC/MCObjectStreamer.h
llvm/lib/MC/MCObjectStreamer.cpp