projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
587cd1a
)
Add a Doxygen comment, and inline the constructor (which is now almost empty).
author
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:29:28 +0000
(07:29 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:29:28 +0000
(07:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15471
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/SparcV9/SparcV9InstrInfo.h
patch
|
blob
|
history
diff --git
a/lib/Target/SparcV9/SparcV9InstrInfo.h
b/lib/Target/SparcV9/SparcV9InstrInfo.h
index 9d4d85998cafa78dfb3a3bd42a709f8a7bf142d4..16d80a7cdbc4257d01d037dcfd333736126bf61b 100644
(file)
--- a/
lib/Target/SparcV9/SparcV9InstrInfo.h
+++ b/
lib/Target/SparcV9/SparcV9InstrInfo.h
@@
-25,10
+25,13
@@
namespace llvm {
+/// SparcV9InstrInfo - TargetInstrInfo specialized for the SparcV9 target.
+///
struct SparcV9InstrInfo : public TargetInstrInfo {
const SparcV9RegisterInfo RI;
public:
- SparcV9InstrInfo();
+ SparcV9InstrInfo()
+ : TargetInstrInfo(SparcV9MachineInstrDesc, V9::NUM_TOTAL_OPCODES) { }
/// getRegisterInfo - TargetInstrInfo is a superset of MRegister info. As
/// such, whenever a client has an instance of instruction info, it should