diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCJITInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PowerPCJITInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCJITInfo.h b/llvm/lib/Target/PowerPC/PowerPCJITInfo.h index 09659521c73..e91bff27691 100644 --- a/llvm/lib/Target/PowerPC/PowerPCJITInfo.h +++ b/llvm/lib/Target/PowerPC/PowerPCJITInfo.h @@ -23,7 +23,7 @@ namespace llvm { protected: TargetMachine &TM; public: - PowerPCJITInfo(TargetMachine &tm) : TM(tm) {} + PowerPCJITInfo(TargetMachine &tm) : TM(tm) {useGOT = 0;} /// addPassesToJITCompile - Add passes to the specified pass manager to /// implement a fast dynamic compiler for this target. Return true if this |