diff options
-rw-r--r-- | llvm/include/llvm/MC/MCCodeGenInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/MCCodeGenInfo.h b/llvm/include/llvm/MC/MCCodeGenInfo.h index 0a4744f1d0f..c36c341795b 100644 --- a/llvm/include/llvm/MC/MCCodeGenInfo.h +++ b/llvm/include/llvm/MC/MCCodeGenInfo.h @@ -20,15 +20,15 @@ namespace llvm { class MCCodeGenInfo { - /// RelocationModel - Relocation model: static, pic, etc. + /// Relocation model: static, pic, etc. /// Reloc::Model RelocationModel; - /// CMModel - Code model. + /// Code model. /// CodeModel::Model CMModel; - /// OptLevel - Optimization level. + /// Optimization level. /// CodeGenOpt::Level OptLevel; |