OSDN Git Service

[PowerPC][NFC] Move comment to the relevant function
authorHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 22 Jun 2019 16:02:02 +0000 (16:02 +0000)
committerHubert Tong <hubert.reinterpretcast@gmail.com>
Sat, 22 Jun 2019 16:02:02 +0000 (16:02 +0000)
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

lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp

index 395b423..c980d27 100644 (file)
@@ -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() {