Fixes win64. It was broken by a previous patch where I missed the !isWin64
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Jul 2010 23:19:57 +0000 (23:19 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Jul 2010 23:19:57 +0000 (23:19 +0000)
commitfcbd1a749f9db4bf144a3343c4d707e1de087a7e
tree7239cd760ae0a9203a31d794963d06c51f026402
parentd8cc7be0262092882d848a1c7d8a4cb6752cce6f
Fixes win64. It was broken by a previous patch where I missed the !isWin64
and then forced every register to be a vr128 on win64.

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