diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 11:01:28 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-04 11:01:28 +0000 |
| commit | 219b89b9879f13d7948bf52b68d1a13783b8c808 (patch) | |
| tree | 3dee63ccba746fbaf92443ac998a0040220393ef /llvm/lib/Target/X86/X86ISelLowering.cpp | |
| parent | 03eb0de93d88a05dcc474d6352ae454f9600c5c0 (diff) | |
| download | bcm5719-llvm-219b89b9879f13d7948bf52b68d1a13783b8c808.tar.gz bcm5719-llvm-219b89b9879f13d7948bf52b68d1a13783b8c808.zip | |
[Modules] Move CallSite into the IR library where it belogs. It is
abstracting between a CallInst and an InvokeInst, both of which are IR
concepts.
llvm-svn: 202816
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 49532b8bc1b..5058fb9b7a5 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -31,6 +31,7 @@ #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/CodeGen/MachineRegisterInfo.h" +#include "llvm/IR/CallSite.h" #include "llvm/IR/CallingConv.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DerivedTypes.h" @@ -43,7 +44,6 @@ #include "llvm/MC/MCContext.h" #include "llvm/MC/MCExpr.h" #include "llvm/MC/MCSymbol.h" -#include "llvm/Support/CallSite.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MathExtras.h" |

