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/Transforms/Scalar/ScalarReplAggregates.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/Transforms/Scalar/ScalarReplAggregates.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp index 451448ace34..e3cec3bb5e6 100644 --- a/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp +++ b/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp @@ -28,6 +28,7 @@ #include "llvm/Analysis/ValueTracking.h" #include "llvm/DIBuilder.h" #include "llvm/DebugInfo.h" +#include "llvm/IR/CallSite.h" #include "llvm/IR/Constants.h" #include "llvm/IR/DataLayout.h" #include "llvm/IR/DerivedTypes.h" @@ -42,7 +43,6 @@ #include "llvm/IR/Module.h" #include "llvm/IR/Operator.h" #include "llvm/Pass.h" -#include "llvm/Support/CallSite.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MathExtras.h" |

