OSDN Git Service

X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whether...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 3 Sep 2009 04:37:05 +0000 (04:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 3 Sep 2009 04:37:05 +0000 (04:37 +0000)
commit5746a94642c6f34c8476fd113ad7913c27a5bc38
treea92c56b39faf0bdabfc1604b7fbab6bc4b5e66a1
parentbc699fcbd21999eeee0e6659b6aee4f7a9d8c8ec
X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whether sse is available. Just use consult subtarget.

No functionality changes.

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