summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 11:45:17 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 11:45:17 +0000
commitffd5551bc77cc0c896c897e0bfcf8307bf3ea943 (patch)
treef2b33019fa561cbbadb9bcdfcadb6fe381ea2126 /clang/lib/CodeGen/CGCall.cpp
parent2bf7fdb723fc513e3d12bfdf96102c46230f74e3 (diff)
downloadbcm5719-llvm-ffd5551bc77cc0c896c897e0bfcf8307bf3ea943.tar.gz
bcm5719-llvm-ffd5551bc77cc0c896c897e0bfcf8307bf3ea943.zip
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
reflect the migration in r171366. Re-sort the #include lines to reflect the new paths. llvm-svn: 171369
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
-rw-r--r--clang/lib/CodeGen/CGCall.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp
index b55043bc89a..878b73d39c8 100644
--- a/clang/lib/CodeGen/CGCall.cpp
+++ b/clang/lib/CodeGen/CGCall.cpp
@@ -23,9 +23,9 @@
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Frontend/CodeGenOptions.h"
-#include "llvm/Attributes.h"
-#include "llvm/DataLayout.h"
-#include "llvm/InlineAsm.h"
+#include "llvm/IR/Attributes.h"
+#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/InlineAsm.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Transforms/Utils/Local.h"
using namespace clang;
OpenPOWER on IntegriCloud