diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86FastISel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index 0c0660c7832..f049a4d363d 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp @@ -17,4 +17,5 @@ #include "X86RegisterInfo.h" #include "X86ISelLowering.h" #include "X86FastISel.h" +#include "X86TargetMachine.h" #include "X86GenFastISel.inc" |