Add initial support for fast isel of instructions that have inputs pinned to physical registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55545 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp
index 96bdb50..34d8418 100644
--- a/lib/Target/X86/X86FastISel.cpp
+++ b/lib/Target/X86/X86FastISel.cpp
@@ -18,6 +18,7 @@
#include "X86ISelLowering.h"
#include "X86FastISel.h"
#include "X86TargetMachine.h"
+#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "X86GenFastISel.inc"
namespace llvm {