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:
Simon Pilgrim 2020-04-26 13:37:51 +01:00
parent fd283ddb9b
commit 5cc84d095e
1 changed files with 0 additions and 4 deletions

View File

@ -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