summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetMachine.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-07 00:42:54 +0000
committerDan Gohman <gohman@apple.com>2009-02-07 00:42:54 +0000
commit78fe44ed529bb70a27dfbc6ddd842421e54bc3e7 (patch)
treef27cc44c2d22e703b66e2a03e0f214f796858c41 /llvm/lib/Target/X86/X86TargetMachine.cpp
parent9c3b4b1bc5182046e07e25c2850bfb6b2cffd4d0 (diff)
downloadbcm5719-llvm-78fe44ed529bb70a27dfbc6ddd842421e54bc3e7.tar.gz
bcm5719-llvm-78fe44ed529bb70a27dfbc6ddd842421e54bc3e7.zip
Make a comment a doxygen comment.
llvm-svn: 63988
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetMachine.cpp')
-rw-r--r--llvm/lib/Target/X86/X86TargetMachine.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/X86/X86TargetMachine.cpp b/llvm/lib/Target/X86/X86TargetMachine.cpp
index ce4b090c2c6..10638df2e44 100644
--- a/llvm/lib/Target/X86/X86TargetMachine.cpp
+++ b/llvm/lib/Target/X86/X86TargetMachine.cpp
@@ -254,10 +254,10 @@ bool X86TargetMachine::addSimpleCodeEmitter(PassManagerBase &PM, bool Fast,
return false;
}
-// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
-// RIP-relative on this machine, taking into consideration the relocation
-// model and subtarget. RIP-relative addresses cannot have a separate
-// base or index register.
+/// symbolicAddressesAreRIPRel - Return true if symbolic addresses are
+/// RIP-relative on this machine, taking into consideration the relocation
+/// model and subtarget. RIP-relative addresses cannot have a separate
+/// base or index register.
bool X86TargetMachine::symbolicAddressesAreRIPRel() const {
return getRelocationModel() != Reloc::Static &&
Subtarget.isPICStyleRIPRel();
OpenPOWER on IntegriCloud