diff options
author | James Y Knight <jyknight@google.com> | 2019-01-30 02:54:28 +0000 |
---|---|---|
committer | James Y Knight <jyknight@google.com> | 2019-01-30 02:54:28 +0000 |
commit | 3933addd30b4c67795abaabf1cf557152f7738c9 (patch) | |
tree | e9de1b05d84cbca89a4019e3215c60babf4f7979 /clang/lib/CodeGen/CGStmtOpenMP.cpp | |
parent | 045bc9a4a6089d97063e373c350ff05a8641c716 (diff) | |
download | bcm5719-llvm-3933addd30b4c67795abaabf1cf557152f7738c9.tar.gz bcm5719-llvm-3933addd30b4c67795abaabf1cf557152f7738c9.zip |
Cleanup: replace uses of CallSite with CallBase.
llvm-svn: 352595
Diffstat (limited to 'clang/lib/CodeGen/CGStmtOpenMP.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGStmtOpenMP.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGStmtOpenMP.cpp b/clang/lib/CodeGen/CGStmtOpenMP.cpp index 2884eb58017..fe9b3bc37cb 100644 --- a/clang/lib/CodeGen/CGStmtOpenMP.cpp +++ b/clang/lib/CodeGen/CGStmtOpenMP.cpp @@ -18,7 +18,6 @@ #include "clang/AST/Stmt.h" #include "clang/AST/StmtOpenMP.h" #include "clang/AST/DeclOpenMP.h" -#include "llvm/IR/CallSite.h" using namespace clang; using namespace CodeGen; @@ -5076,4 +5075,3 @@ void CodeGenFunction::EmitSimpleOMPExecutableDirective( : D.getDirectiveKind(), CodeGen); } - |