summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRegisterInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-12 22:10:57 +0000
committerDan Gohman <gohman@apple.com>2009-08-12 22:10:57 +0000
commit1432ef864e363e91890bb1f9678f499f866dda0f (patch)
treed2f1697774254d49628dddcdc47ac334a08c731d /llvm/lib/Target/Mips/MipsRegisterInfo.h
parentcb2752bb5d0d75c7e1799f1cde17546986ba4fbb (diff)
downloadbcm5719-llvm-1432ef864e363e91890bb1f9678f499f866dda0f.tar.gz
bcm5719-llvm-1432ef864e363e91890bb1f9678f499f866dda0f.zip
This void is implicit in C++.
llvm-svn: 78848
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 808e995b4ed..fdb8cd026af 100644
--- a/llvm/lib/Target/Mips/MipsRegisterInfo.h
+++ b/llvm/lib/Target/Mips/MipsRegisterInfo.h
@@ -34,7 +34,7 @@ struct MipsRegisterInfo : public MipsGenRegisterInfo {
static unsigned getRegisterNumbering(unsigned RegEnum);
/// Get PIC indirect call register
- static unsigned getPICCallReg(void);
+ static unsigned getPICCallReg();
/// Adjust the Mips stack frame.
void adjustMipsStackFrame(MachineFunction &MF) const;
OpenPOWER on IntegriCloud