X86CodeEmitter should not set PIC style to None at initialization time. This will...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 22 May 2008 23:55:24 +0000 (23:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 22 May 2008 23:55:24 +0000 (23:55 +0000)
commit5bbaf01b84d22fc654588e1e3c2db5be4cb41531
treecc238f431efe4f3d402272dca08cd4a22c554de1
parentb64aa119d89653b2499114495198683a3e42ed80
X86CodeEmitter should not set PIC style to None at initialization time. This will break codegen if relocation model is changed to PIC_ later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86TargetMachine.cpp