Skip to content

Commit

Permalink
X86MCTargetDesc.cpp - remove MSVC intrin.h include. NFC.
Browse files Browse the repository at this point in the history
This was needed when the file called cpuid but that was removed at rL233170.
  • Loading branch information
RKSimon committed Apr 26, 2020
1 parent fd283dd commit 5cc84d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 5cc84d0

Please sign in to comment.