Support multiple ValueTypes per RegisterClass, needed for upcoming vector
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9JITInfo.h
index a72e82d5b03184605527f9aafab6a507a416220d..8bbb2d9358d3c88d799535f7e38bbc85407efe00 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
   class SparcV9JITInfo : public TargetJITInfo {
     TargetMachine &TM;
   public:
-    SparcV9JITInfo(TargetMachine &tm) : TM(tm) {}
+    SparcV9JITInfo(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