diff options
Diffstat (limited to 'lib/Target/X86/AsmParser/X86AsmParserCommon.h')
-rw-r--r-- | lib/Target/X86/AsmParser/X86AsmParserCommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/AsmParser/X86AsmParserCommon.h b/lib/Target/X86/AsmParser/X86AsmParserCommon.h index 54538c804a03b..c45a3f14ef116 100644 --- a/lib/Target/X86/AsmParser/X86AsmParserCommon.h +++ b/lib/Target/X86/AsmParser/X86AsmParserCommon.h @@ -10,6 +10,8 @@ #ifndef LLVM_LIB_TARGET_X86_ASMPARSER_X86ASMPARSERCOMMON_H #define LLVM_LIB_TARGET_X86_ASMPARSER_X86ASMPARSERCOMMON_H +#include "llvm/Support/MathExtras.h" + namespace llvm { inline bool isImmSExti16i8Value(uint64_t Value) { |