forked from OSchip/llvm-project
[X86] X86ISelDAGToDAG.cpp - include cstdint instead of stdint.h NFCI.
Fixes clang-tidy warning
This commit is contained in:
parent
f11f86c114
commit
87d5b34c24
|
@ -30,7 +30,8 @@
|
|||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/KnownBits.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include <stdint.h>
|
||||
#include <cstdint>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
#define DEBUG_TYPE "x86-isel"
|
||||
|
|
Loading…
Reference in New Issue