Fix the comment
authorNate Begeman <natebegeman@mac.com>
Fri, 21 Apr 2006 22:11:27 +0000 (22:11 +0000)
committerNate Begeman <natebegeman@mac.com>
Fri, 21 Apr 2006 22:11:27 +0000 (22:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27938 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index 484beb5222213c6f49a1292622895255a6ab975f..d35ceb15f6f6919afd41be07d5e20da088b15c99 100644 (file)
@@ -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.