diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-03-04 17:51:39 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-03-04 17:51:39 +0000 |
commit | ed874eff9377c85ad8686fcbc4f9b2303cc646ee (patch) | |
tree | 9ea4e18d665cbff4e1eb63de6b23f673f1bb3b9c /llvm/lib/Target/Mips/MipsRegisterInfo.h | |
parent | b9893d66bc7c4c017e7bd92611c33ab9148fffaf (diff) | |
download | bcm5719-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.h | 2 |
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. |