diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:30:14 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-21 23:30:14 +0000 |
commit | b5f662fa0314f7e7e690aae8ebff7136cc3a5ab0 (patch) | |
tree | e7c0cbff032351446ce38058e84f6f6f9fd2300d /lib/Target/Skeleton | |
parent | 4633f1cde84b1dbb05dfbdce17ca6b483596cee7 (diff) |
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Skeleton')
-rw-r--r-- | lib/Target/Skeleton/Skeleton.h | 4 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonInstrInfo.cpp | 4 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonInstrInfo.h | 6 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonJITInfo.cpp | 6 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonJITInfo.h | 6 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonRegisterInfo.cpp | 8 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonRegisterInfo.h | 18 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonTargetMachine.cpp | 6 | ||||
-rw-r--r-- | lib/Target/Skeleton/SkeletonTargetMachine.h | 8 |
9 files changed, 33 insertions, 33 deletions
diff --git a/lib/Target/Skeleton/Skeleton.h b/lib/Target/Skeleton/Skeleton.h index 8177d9c064..c0adf41595 100644 --- a/lib/Target/Skeleton/Skeleton.h +++ b/lib/Target/Skeleton/Skeleton.h @@ -1,10 +1,10 @@ //===-- Skeleton.h - Target private header file -----------------*- 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. -// +// //===----------------------------------------------------------------------===// // // This file contains the definitions shared among the various components of the diff --git a/lib/Target/Skeleton/SkeletonInstrInfo.cpp b/lib/Target/Skeleton/SkeletonInstrInfo.cpp index e81f64f334..877dcb27da 100644 --- a/lib/Target/Skeleton/SkeletonInstrInfo.cpp +++ b/lib/Target/Skeleton/SkeletonInstrInfo.cpp @@ -1,10 +1,10 @@ //===- SkeletonInstrInfo.cpp - Instruction Information ----------*- 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. -// +// //===----------------------------------------------------------------------===// // // This is where you implement methods for the TargetInstrInfo class. diff --git a/lib/Target/Skeleton/SkeletonInstrInfo.h b/lib/Target/Skeleton/SkeletonInstrInfo.h index 7a6d33f123..a68c523f7e 100644 --- a/lib/Target/Skeleton/SkeletonInstrInfo.h +++ b/lib/Target/Skeleton/SkeletonInstrInfo.h @@ -1,10 +1,10 @@ //===- SkeletonInstrInfo.h - Instruction Information ------------*- 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. -// +// //===----------------------------------------------------------------------===// // // This file is where the target-specific implementation of the TargetInstrInfo @@ -24,7 +24,7 @@ namespace llvm { const SkeletonRegisterInfo RI; public: SkeletonInstrInfo(); - + /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As /// such, whenever a client has an instance of instruction info, it should /// always be able to get register info as well (through this method). diff --git a/lib/Target/Skeleton/SkeletonJITInfo.cpp b/lib/Target/Skeleton/SkeletonJITInfo.cpp index 23ef3df3da..04ecb93918 100644 --- a/lib/Target/Skeleton/SkeletonJITInfo.cpp +++ b/lib/Target/Skeleton/SkeletonJITInfo.cpp @@ -1,12 +1,12 @@ //===-- SkeletonCodeEmitter.cpp - JIT Code Emitter --------------*- 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. -// +// //===----------------------------------------------------------------------===// -// +// // This is a stub for a JIT code generator, which is obviously not implemented. // //===----------------------------------------------------------------------===// diff --git a/lib/Target/Skeleton/SkeletonJITInfo.h b/lib/Target/Skeleton/SkeletonJITInfo.h index e48378ba4c..e5d28e519a 100644 --- a/lib/Target/Skeleton/SkeletonJITInfo.h +++ b/lib/Target/Skeleton/SkeletonJITInfo.h @@ -1,10 +1,10 @@ //===- SkeletonJITInfo.h - Skeleton impl of JIT interface -------*- 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. -// +// //===----------------------------------------------------------------------===// // // This file contains the skeleton implementation of the TargetJITInfo class. @@ -30,7 +30,7 @@ namespace llvm { /// is not supported for this target. /// virtual void addPassesToJITCompile(FunctionPassManager &PM); - + /// replaceMachineCodeForFunction - Make it so that calling the function /// whose machine code is at OLD turns into a call to NEW, perhaps by /// overwriting OLD with a branch to NEW. This is used for self-modifying diff --git a/lib/Target/Skeleton/SkeletonRegisterInfo.cpp b/lib/Target/Skeleton/SkeletonRegisterInfo.cpp index 39aead95a8..df03cead69 100644 --- a/lib/Target/Skeleton/SkeletonRegisterInfo.cpp +++ b/lib/Target/Skeleton/SkeletonRegisterInfo.cpp @@ -1,10 +1,10 @@ //===- SkeletonRegisterInfo.cpp - Skeleton Register Information -*- 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. -// +// //===----------------------------------------------------------------------===// // // This file contains the Skeleton implementation of the MRegisterInfo class. @@ -45,7 +45,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, abort(); } -void SkeletonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) +void SkeletonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) const { abort(); } @@ -81,7 +81,7 @@ SkeletonRegisterInfo::getRegClassForType(const Type* Ty) const { case Type::IntTyID: case Type::UIntTyID: case Type::PointerTyID: return &GPRCInstance; - + case Type::FloatTyID: case Type::DoubleTyID: return &FPRCInstance; } diff --git a/lib/Target/Skeleton/SkeletonRegisterInfo.h b/lib/Target/Skeleton/SkeletonRegisterInfo.h index d4fff26e57..f7de901273 100644 --- a/lib/Target/Skeleton/SkeletonRegisterInfo.h +++ b/lib/Target/Skeleton/SkeletonRegisterInfo.h @@ -1,10 +1,10 @@ //===- SkeletonRegisterInfo.h - Skeleton Register Information Impl -*- 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. -// +// //===----------------------------------------------------------------------===// // // This file contains the Skeleton implementation of the MRegisterInfo class. @@ -22,27 +22,27 @@ namespace llvm { struct SkeletonRegisterInfo : public SkeletonGenRegisterInfo { SkeletonRegisterInfo(); const TargetRegisterClass* getRegClassForType(const Type* Ty) const; - + void storeRegToStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned SrcReg, int FrameIndex) const; - + void loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned DestReg, int FrameIndex) const; - + void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, unsigned DestReg, unsigned SrcReg, const TargetRegisterClass *RC) const; - + void eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator I) const; - + void eliminateFrameIndex(MachineBasicBlock::iterator II) const; - + void processFunctionBeforeFrameFinalized(MachineFunction &MF) const; - + void emitPrologue(MachineFunction &MF) const; void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const; }; diff --git a/lib/Target/Skeleton/SkeletonTargetMachine.cpp b/lib/Target/Skeleton/SkeletonTargetMachine.cpp index 3a09f2862a..f26c85bd73 100644 --- a/lib/Target/Skeleton/SkeletonTargetMachine.cpp +++ b/lib/Target/Skeleton/SkeletonTargetMachine.cpp @@ -1,12 +1,12 @@ //===-- SkeletonTargetMachine.cpp - Define TargetMachine for Skeleton -----===// -// +// // 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. -// +// //===----------------------------------------------------------------------===// -// +// // //===----------------------------------------------------------------------===// diff --git a/lib/Target/Skeleton/SkeletonTargetMachine.h b/lib/Target/Skeleton/SkeletonTargetMachine.h index 2cf7b11f10..aea36051b9 100644 --- a/lib/Target/Skeleton/SkeletonTargetMachine.h +++ b/lib/Target/Skeleton/SkeletonTargetMachine.h @@ -1,12 +1,12 @@ //===-- SkeletonTargetMachine.h - TargetMachine for Skeleton ----*- 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. -// +// //===----------------------------------------------------------------------===// -// +// // This file declares the Skeleton specific subclass of TargetMachine. // //===----------------------------------------------------------------------===// @@ -41,7 +41,7 @@ namespace llvm { virtual bool addPassesToEmitMachineCode(FunctionPassManager &PM, MachineCodeEmitter &MCE); - + virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); }; |