X86InstrFoldTables.h - remove unnecessary include. NFC.

We don't need the limits defines, just the sized integer types so use cstdint system header directly.
This commit is contained in:
Simon Pilgrim 2020-04-20 11:20:22 +01:00
parent 33ffce5414
commit da3bf811be
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#ifndef LLVM_LIB_TARGET_X86_X86INSTRFOLDTABLES_H
#define LLVM_LIB_TARGET_X86_X86INSTRFOLDTABLES_H
#include "llvm/Support/DataTypes.h"
#include <cstdint>
namespace llvm {