summaryrefslogtreecommitdiff
path: root/lib/Target/AVR/AVR.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/AVR/AVR.h')
-rw-r--r--lib/Target/AVR/AVR.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Target/AVR/AVR.h b/lib/Target/AVR/AVR.h
index 4c1667ed341c4..041c77cfcb9d7 100644
--- a/lib/Target/AVR/AVR.h
+++ b/lib/Target/AVR/AVR.h
@@ -30,9 +30,7 @@ FunctionPass *createAVRFrameAnalyzerPass();
FunctionPass *createAVRDynAllocaSRPass();
FunctionPass *createAVRBranchSelectionPass();
-/**
- * Contains the AVR backend.
- */
+/// Contains the AVR backend.
namespace AVR {
enum AddressSpace { DataMemory, ProgramMemory };