diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-12 22:10:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-12 22:10:57 +0000 |
commit | 1432ef864e363e91890bb1f9678f499f866dda0f (patch) | |
tree | d2f1697774254d49628dddcdc47ac334a08c731d /llvm/lib/Target/XCore/XCoreInstrInfo.h | |
parent | cb2752bb5d0d75c7e1799f1cde17546986ba4fbb (diff) | |
download | bcm5719-llvm-1432ef864e363e91890bb1f9678f499f866dda0f.tar.gz bcm5719-llvm-1432ef864e363e91890bb1f9678f499f866dda0f.zip |
This void is implicit in C++.
llvm-svn: 78848
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/XCore/XCoreInstrInfo.h b/llvm/lib/Target/XCore/XCoreInstrInfo.h index c8229863898..c97e6b4d287 100644 --- a/llvm/lib/Target/XCore/XCoreInstrInfo.h +++ b/llvm/lib/Target/XCore/XCoreInstrInfo.h @@ -22,7 +22,7 @@ namespace llvm { class XCoreInstrInfo : public TargetInstrInfoImpl { const XCoreRegisterInfo RI; public: - XCoreInstrInfo(void); + XCoreInstrInfo(); /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As /// such, whenever a client has an instance of instruction info, it should |