forked from OSchip/llvm-project
[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. llvm-svn: 364132
This commit is contained in:
parent
ae02f6b594
commit
d801cb1f54
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue