X86Operand.h: Include X86MCTargetDesc.h for SSE register enum/names
llvm-svn: 316506
This commit is contained in:
parent
6a2b124248
commit
1032b51aa0
|
|
@ -10,6 +10,7 @@
|
||||||
#ifndef LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
|
#ifndef LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
|
||||||
#define LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
|
#define LLVM_LIB_TARGET_X86_ASMPARSER_X86OPERAND_H
|
||||||
|
|
||||||
|
#include "MCTargetDesc/X86MCTargetDesc.h"
|
||||||
#include "X86AsmParserCommon.h"
|
#include "X86AsmParserCommon.h"
|
||||||
#include "llvm/ADT/STLExtras.h"
|
#include "llvm/ADT/STLExtras.h"
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue