summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorMicah Villmow <villmow@gmail.com>2012-10-08 16:25:52 +0000
committerMicah Villmow <villmow@gmail.com>2012-10-08 16:25:52 +0000
commitdd31ca10ef61f8b4cd6fbd323e008dbae1aaabee (patch)
treebcee91c88613821aef5d6db5cb83b76e49c8997f /clang/lib/CodeGen/CodeGenFunction.cpp
parent26cf9c4379effd48f3a2d6767d89f5f7f6033b54 (diff)
downloadbcm5719-llvm-dd31ca10ef61f8b4cd6fbd323e008dbae1aaabee.tar.gz
bcm5719-llvm-dd31ca10ef61f8b4cd6fbd323e008dbae1aaabee.zip
Move TargetData to DataLayout.
llvm-svn: 165395
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.cpp b/clang/lib/CodeGen/CodeGenFunction.cpp
index 5c0247a33ff..a86c2e4fa1f 100644
--- a/clang/lib/CodeGen/CodeGenFunction.cpp
+++ b/clang/lib/CodeGen/CodeGenFunction.cpp
@@ -24,7 +24,7 @@
#include "clang/Frontend/CodeGenOptions.h"
#include "llvm/Intrinsics.h"
#include "llvm/MDBuilder.h"
-#include "llvm/Target/TargetData.h"
+#include "llvm/DataLayout.h"
using namespace clang;
using namespace CodeGen;
OpenPOWER on IntegriCloud