Enable CPU detection when using MS VS 2k8 too.
authorTorok Edwin <edwintorok@gmail.com>
Sat, 12 Dec 2009 12:42:31 +0000 (12:42 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Sat, 12 Dec 2009 12:42:31 +0000 (12:42 +0000)
commitda8bafbf838d423272fbbb27de9ae4b96a4a795b
tree4b9126f7a5806faa188923427416ee39ba1105b0
parent7b3f1a21ea0e5141b6a3a9d2a8ecec818bbdbdb9
Enable CPU detection when using MS VS 2k8 too.
MSVS2k8 doesn't define __i386__, hence all the CPU detection code was disabled.
Enable it by looking for _MSC_VER.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Host.cpp