mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-06 18:46:18 +00:00
Don't repeat name in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4edd72f76
commit
09ba7ecff8
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user