diff options
Diffstat (limited to 'llvm/lib/Target/AVR/AVR.h')
-rw-r--r-- | llvm/lib/Target/AVR/AVR.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/AVR/AVR.h b/llvm/lib/Target/AVR/AVR.h index 4c1667ed341..041c77cfcb9 100644 --- a/llvm/lib/Target/AVR/AVR.h +++ b/llvm/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 }; |