forked from OSchip/llvm-project
X86MCTargetDesc.cpp - remove MSVC intrin.h include. NFC.
This was needed when the file called cpuid but that was removed at rL233170.
This commit is contained in:
parent
fd283ddb9b
commit
5cc84d095e
|
@ -30,10 +30,6 @@
|
|||
#include "llvm/Support/Host.h"
|
||||
#include "llvm/Support/TargetRegistry.h"
|
||||
|
||||
#if _MSC_VER
|
||||
#include <intrin.h>
|
||||
#endif
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
#define GET_REGINFO_MC_DESC
|
||||
|
|
Loading…
Reference in New Issue