From: Hubert Tong Date: Sat, 22 Jun 2019 16:02:02 +0000 (+0000) Subject: [PowerPC][NFC] Move comment to the relevant function X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07476a79ff95ab9474756d786246757c28c4eabb;p=llvm [PowerPC][NFC] Move comment to the relevant function A comment that applies to a virtual destructor was placed on a class constructor. Move the comment to where it belongs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364132 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp b/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp index 395b4236fa8..c980d270716 100644 --- a/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp +++ b/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp @@ -48,9 +48,9 @@ using namespace llvm; #define GET_REGINFO_MC_DESC #include "PPCGenRegisterInfo.inc" -// Pin the vtable to this file. PPCTargetStreamer::PPCTargetStreamer(MCStreamer &S) : MCTargetStreamer(S) {} +// Pin the vtable to this file. PPCTargetStreamer::~PPCTargetStreamer() = default; static MCInstrInfo *createPPCMCInstrInfo() {