Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo
[oota-llvm.git] / lib / Target / PowerPC / PPCFrameInfo.h
index a6f0e687ac6e684431d2bd726a396e6bf6f2fa46..d1bae8b1aa1a230f702ad7a10d2740e20d3313b8 100644 (file)
@@ -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.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 //
@@ -13,7 +13,7 @@
 #ifndef POWERPC_FRAMEINFO_H
 #define POWERPC_FRAMEINFO_H
 
-#include "PowerPC.h"
+#include "PPC.h"
 #include "llvm/Target/TargetFrameInfo.h"
 #include "llvm/Target/TargetMachine.h"
 
@@ -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) {