aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsTargetObjectFile.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-04 17:51:39 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-03-04 17:51:39 +0000
commited874eff9377c85ad8686fcbc4f9b2303cc646ee (patch)
tree9ea4e18d665cbff4e1eb63de6b23f673f1bb3b9c /llvm/lib/Target/Mips/MipsTargetObjectFile.h
parentb9893d66bc7c4c017e7bd92611c33ab9148fffaf (diff)
downloadllvm-ed874eff9377c85ad8686fcbc4f9b2303cc646ee.zip
llvm-ed874eff9377c85ad8686fcbc4f9b2303cc646ee.tar.gz
llvm-ed874eff9377c85ad8686fcbc4f9b2303cc646ee.tar.bz2
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira
llvm-svn: 127003
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetObjectFile.h')
-rw-r--r--llvm/lib/Target/Mips/MipsTargetObjectFile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetObjectFile.h b/llvm/lib/Target/Mips/MipsTargetObjectFile.h
index 237b160..c394a9d 100644
--- a/llvm/lib/Target/Mips/MipsTargetObjectFile.h
+++ b/llvm/lib/Target/Mips/MipsTargetObjectFile.h
@@ -18,22 +18,22 @@ namespace llvm {
const MCSection *SmallDataSection;
const MCSection *SmallBSSSection;
public:
-
+
void Initialize(MCContext &Ctx, const TargetMachine &TM);
-
+
/// IsGlobalInSmallSection - Return true if this global address should be
/// placed into small data/bss section.
bool IsGlobalInSmallSection(const GlobalValue *GV,
const TargetMachine &TM, SectionKind Kind)const;
bool IsGlobalInSmallSection(const GlobalValue *GV,
- const TargetMachine &TM) const;
-
+ const TargetMachine &TM) const;
+
const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
SectionKind Kind,
Mangler *Mang,
const TargetMachine &TM) const;
-
+
// TODO: Classify globals as mips wishes.
};
} // end namespace llvm