From d9993b0b2d05d0c65f3a319be8dc36fb4add29e8 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Fri, 21 Apr 2006 22:11:27 +0000 Subject: [PATCH] Fix the comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27938 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 484beb52222..d35ceb15f6f 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/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.