diff options
Diffstat (limited to 'llvm/lib/Target/AVR/AVRInstrInfo.h')
-rw-r--r-- | llvm/lib/Target/AVR/AVRInstrInfo.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/AVR/AVRInstrInfo.h b/llvm/lib/Target/AVR/AVRInstrInfo.h index 0e278ec9b21..7a93461c9bc 100644 --- a/llvm/lib/Target/AVR/AVRInstrInfo.h +++ b/llvm/lib/Target/AVR/AVRInstrInfo.h @@ -61,9 +61,7 @@ enum TOF { } // end of namespace AVRII -/** - * Utilities related to the AVR instruction set. - */ +/// Utilities related to the AVR instruction set. class AVRInstrInfo : public AVRGenInstrInfo { public: explicit AVRInstrInfo(); |