diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-03-19 06:53:25 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-03-19 06:53:25 +0000 |
| commit | c6d4efa1e5e64656acf93439b70c7f9133985eca (patch) | |
| tree | 3e45b9505855820c866c658de6862becb03d6aea /llvm/lib/Target/X86/X86FastISel.cpp | |
| parent | 14b11022b424d8a90ecacd0efffb747b4ec6e08b (diff) | |
| download | bcm5719-llvm-c6d4efa1e5e64656acf93439b70c7f9133985eca.tar.gz bcm5719-llvm-c6d4efa1e5e64656acf93439b70c7f9133985eca.zip | |
Prune includes in X86 target.
llvm-svn: 204216
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index 0751af45e33..c3e002082dd 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" |

