X86Operand.h: Include X86MCTargetDesc.h for SSE register enum/names

llvm-svn: 316506
This commit is contained in:
David Blaikie 2017-10-24 21:29:15 +00:00
parent 6a2b124248
commit 1032b51aa0
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifndef LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
#define LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
#include "MCTargetDesc/X86MCTargetDesc.h"
#include "X86AsmParserCommon.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"