summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-07-29 23:32:02 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-07-29 23:32:02 +0000
commit422f3d58a8a9d346e0bb34f77c30184b0dfc2838 (patch)
tree8dcd41fcd74ec7a6a32ee4f753d193b6b78c92db /lib/Target/PowerPC/PPCJITInfo.h
parent5d06b8caae98be3a7c18cc37343533416b2d7b77 (diff)
downloadllvm-422f3d58a8a9d346e0bb34f77c30184b0dfc2838.tar.gz
llvm-422f3d58a8a9d346e0bb34f77c30184b0dfc2838.tar.bz2
llvm-422f3d58a8a9d346e0bb34f77c30184b0dfc2838.tar.xz
turn off GOT on archs that didn't use it (not that it appeard to harm them much with it on)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCJITInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCJITInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCJITInfo.h b/lib/Target/PowerPC/PPCJITInfo.h
index 09659521c7..e91bff2769 100644
--- a/lib/Target/PowerPC/PPCJITInfo.h
+++ b/lib/Target/PowerPC/PPCJITInfo.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