Remove hasXMM/hasXMMInt functions. Move callers to hasSSE1/hasSSE2. This is the final...
authorCraig Topper <craig.topper@gmail.com>
Tue, 10 Jan 2012 06:54:16 +0000 (06:54 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 10 Jan 2012 06:54:16 +0000 (06:54 +0000)
commit1accb7ed98d823c291a4d5df172d0538451aba9e
tree60d64f721bf59b5d5122c34456c54bffc0f4c84d
parentd0a31177684eddd44eedb05839195820e84a9b54
Remove hasXMM/hasXMMInt functions. Move callers to hasSSE1/hasSSE2. This is the final piece to remove the AVX hack that disabled SSE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147843 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CallingConv.td
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp