summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-05-18 16:00:24 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-05-18 16:00:24 +0000
commit38af4d6347ebf44c29bfcdef37d3feea058b8fc4 (patch)
treed15ab8d7f9fd3456f271a9f9ca3cf0db91106943 /llvm/lib/Target/TargetMachine.cpp
parent891fccc0c178f6b6cc6b024945d8311cb21d864b (diff)
downloadbcm5719-llvm-38af4d6347ebf44c29bfcdef37d3feea058b8fc4.tar.gz
bcm5719-llvm-38af4d6347ebf44c29bfcdef37d3feea058b8fc4.zip
Trivial cleanups.
This just clang formats and cleans comments in an area I am about to post a patch for review. llvm-svn: 269946
Diffstat (limited to 'llvm/lib/Target/TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/TargetMachine.cpp4
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;
OpenPOWER on IntegriCloud