summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:14:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:14:39 +0000
commita9cb538a74b511aa56e4237dbdfca57e8dcc57cc (patch)
tree7178bd55ae00a47c72eb79a8c23241f283095cce /llvm/lib/Target/PowerPC/PPCRegisterInfo.h
parent84965031a75345167c6ec2cf5e5c133869a43b47 (diff)
downloadbcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.tar.gz
bcm5719-llvm-a9cb538a74b511aa56e4237dbdfca57e8dcc57cc.zip
Reformat blank lines.
llvm-svn: 248263
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
index cd25b0e3ec3..4bf64bfad4e 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -54,13 +54,13 @@ inline static unsigned getCRFromCRBit(unsigned SrcReg) {
return Reg;
}
-
class PPCRegisterInfo : public PPCGenRegisterInfo {
DenseMap<unsigned, unsigned> ImmToIdxMap;
const PPCTargetMachine &TM;
+
public:
PPCRegisterInfo(const PPCTargetMachine &TM);
-
+
/// getPointerRegClass - Return the register class to use to hold pointers.
/// This is used for addressing modes.
const TargetRegisterClass *
OpenPOWER on IntegriCloud