Nuke the old JIT.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
index c4caf06c936e178f7546e81c5ea593ad2290e132..3d13c4b59c0c3298956554e46f0a19ffd2e291a6 100644 (file)
@@ -356,8 +356,7 @@ X86Subtarget::X86Subtarget(const std::string &TT, const std::string &CPU,
       DL(computeDataLayout(*this)), TSInfo(DL),
       InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM),
       FrameLowering(TargetFrameLowering::StackGrowsDown, getStackAlignment(),
-                    is64Bit() ? -8 : -4),
-      JITInfo(hasSSE1()) {}
+                    is64Bit() ? -8 : -4) {}
 
 bool X86Subtarget::enableEarlyIfConversion() const {
   return hasCMov() && X86EarlyIfConv;