diff options
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
| -rw-r--r-- | llvm/lib/Target/TargetMachine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index 3a45b3343ca..06075e1cc7c 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp @@ -71,8 +71,8 @@ void TargetMachine::resetTargetOptions(const Function &F) const { RESET_OPTION(NoNaNsFPMath, "no-nans-fp-math"); } -/// getRelocationModel - Returns the code generation relocation model. The -/// choices are static, PIC, and dynamic-no-pic, and target default. +/// Returns the code generation relocation model. The choices are static, PIC, +/// and dynamic-no-pic, and target default. Reloc::Model TargetMachine::getRelocationModel() const { if (!CodeGenInfo) return Reloc::Default; |

