[X86] Don't try to generate direct calls to TLS globals
[oota-llvm.git] / lib / Target / X86 / X86MachineFunctionInfo.cpp
index 9518395916daa2032f4a20e96536b1ace4065e45..ac2cdc8c656754fe2ad93a72869ed58e10694293 100644 (file)
@@ -20,7 +20,7 @@ void X86MachineFunctionInfo::setRestoreBasePointer(const MachineFunction *MF) {
     const X86RegisterInfo *RegInfo = static_cast<const X86RegisterInfo *>(
       MF->getSubtarget().getRegisterInfo());
     unsigned SlotSize = RegInfo->getSlotSize();
-    for (const MCPhysReg *CSR = 
+    for (const MCPhysReg *CSR =
       RegInfo->X86RegisterInfo::getCalleeSavedRegs(MF);
       unsigned Reg = *CSR;
        ++CSR)