diff options
author | Nate Begeman <natebegeman@mac.com> | 2006-04-21 22:11:27 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2006-04-21 22:11:27 +0000 |
commit | 57a32f0bc1b9c555fee90a7132007178a29ca150 (patch) | |
tree | 370ebe3b8fd40d0182e2ad4fa81a267d376f8e35 /llvm | |
parent | 516b3939929a4214497958ff4f10f0b5074ebeb9 (diff) | |
download | bcm5719-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.cpp | 2 |
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. |