Changes in directory llvm/lib/Target/PowerPC:
PPCTargetMachine.cpp updated: 1.87 -> 1.88 --- Log message: Fix the comment --- Diffs of the changes: (+1 -1) PPCTargetMachine.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCTargetMachine.cpp diff -u llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.87 llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.88 --- llvm/lib/Target/PowerPC/PPCTargetMachine.cpp:1.87 Fri Apr 21 17:04:15 2006 +++ llvm/lib/Target/PowerPC/PPCTargetMachine.cpp Fri Apr 21 17:11:27 2006 @@ -129,7 +129,7 @@ } 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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits