Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 24 Apr 2009 12:59:40 +0000 (12:59 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 24 Apr 2009 12:59:40 +0000 (12:59 +0000)
commit15f1b66d64b3c79966e2d36a39817eb97ea579aa
treebf020ada7e6a4a324b6182c1ab44cd74f8186c41
parent15684b29552393553524171bff1913e750f390f8
Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not
very elegant, but neither is the tls specification :-(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69968 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
test/CodeGen/X86/2009-04-24.ll [new file with mode: 0644]