summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-04-21 22:11:27 +0000
committerNate Begeman <natebegeman@mac.com>2006-04-21 22:11:27 +0000
commit57a32f0bc1b9c555fee90a7132007178a29ca150 (patch)
tree370ebe3b8fd40d0182e2ad4fa81a267d376f8e35 /llvm
parent516b3939929a4214497958ff4f10f0b5074ebeb9 (diff)
downloadbcm5719-llvm-57a32f0bc1b9c555fee90a7132007178a29ca150.tar.gz
bcm5719-llvm-57a32f0bc1b9c555fee90a7132007178a29ca150.zip
Fix the comment
llvm-svn: 27938
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index 484beb52222..d35ceb15f6f 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -129,7 +129,7 @@ bool PPCTargetMachine::addPassesToEmitFile(PassManager &PM,
}
void PPCJITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
- // The JIT should use dynamic-no-pic relocation model.
+ // The JIT should use the static relocation model.
TM.setRelocationModel(Reloc::Static);
// Run loop strength reduction before anything else.
OpenPOWER on IntegriCloud