| commit | c6d4efa1e5e64656acf93439b70c7f9133985eca | [log] [tgz] |
|---|---|---|
| author | Craig Topper <craig.topper@gmail.com> | Wed Mar 19 06:53:25 2014 +0000 |
| committer | Craig Topper <craig.topper@gmail.com> | Wed Mar 19 06:53:25 2014 +0000 |
| tree | 3e45b9505855820c866c658de6862becb03d6aea | |
| parent | 14b11022b424d8a90ecacd0efffb747b4ec6e08b [diff] [blame] |
Prune includes in X86 target. llvm-svn: 204216
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index 0751af4..c3e0020 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp
@@ -15,8 +15,8 @@ #include "X86.h" #include "X86CallingConv.h" -#include "X86ISelLowering.h" #include "X86InstrBuilder.h" +#include "X86MachineFunctionInfo.h" #include "X86RegisterInfo.h" #include "X86Subtarget.h" #include "X86TargetMachine.h"