summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCFrameInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCFrameInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h b/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h
index a6f0e687ac6..c1baf930410 100644
--- a/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h
+++ b/llvm/lib/Target/PowerPC/PowerPCFrameInfo.h
@@ -1,10 +1,10 @@
//===-- PowerPCFrameInfo.h - Define TargetFrameInfo for PowerPC -*- C++ -*-===//
-//
+//
// The LLVM Compiler Infrastructure
//
// This file was developed by the LLVM research group and is distributed under
// the University of Illinois Open Source License. See LICENSE.TXT for details.
-//
+//
//===----------------------------------------------------------------------===//
//
//
@@ -22,7 +22,7 @@ namespace llvm {
class PowerPCFrameInfo: public TargetFrameInfo {
const TargetMachine &TM;
std::pair<unsigned, int> LR[1];
-
+
public:
PowerPCFrameInfo(const TargetMachine &tm, bool LP64)
: TargetFrameInfo(TargetFrameInfo::StackGrowsDown, 16, 0), TM(tm) {
OpenPOWER on IntegriCloud