summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRegisterInfo.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/MipsRegisterInfo.h
parentb9893d66bc7c4c017e7bd92611c33ab9148fffaf (diff)
downloadbcm5719-llvm-ed874eff9377c85ad8686fcbc4f9b2303cc646ee.tar.gz
bcm5719-llvm-ed874eff9377c85ad8686fcbc4f9b2303cc646ee.zip
Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira
llvm-svn: 127003
Diffstat (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.h')
-rw-r--r--llvm/lib/Target/Mips/MipsRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsRegisterInfo.h b/llvm/lib/Target/Mips/MipsRegisterInfo.h
index a7f4bf987ae..767359fd6ed 100644
--- a/llvm/lib/Target/Mips/MipsRegisterInfo.h
+++ b/llvm/lib/Target/Mips/MipsRegisterInfo.h
@@ -26,7 +26,7 @@ class Type;
struct MipsRegisterInfo : public MipsGenRegisterInfo {
const MipsSubtarget &Subtarget;
const TargetInstrInfo &TII;
-
+
MipsRegisterInfo(const MipsSubtarget &Subtarget, const TargetInstrInfo &tii);
/// getRegisterNumbering - Given the enum value for some register, e.g.
OpenPOWER on IntegriCloud