diff options
author | Micah Villmow <villmow@gmail.com> | 2012-10-08 16:25:52 +0000 |
---|---|---|
committer | Micah Villmow <villmow@gmail.com> | 2012-10-08 16:25:52 +0000 |
commit | dd31ca10ef61f8b4cd6fbd323e008dbae1aaabee (patch) | |
tree | bcee91c88613821aef5d6db5cb83b76e49c8997f /clang/lib/CodeGen/CGBlocks.h | |
parent | 26cf9c4379effd48f3a2d6767d89f5f7f6033b54 (diff) | |
download | bcm5719-llvm-dd31ca10ef61f8b4cd6fbd323e008dbae1aaabee.tar.gz bcm5719-llvm-dd31ca10ef61f8b4cd6fbd323e008dbae1aaabee.zip |
Move TargetData to DataLayout.
llvm-svn: 165395
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.h')
-rw-r--r-- | clang/lib/CodeGen/CGBlocks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.h b/clang/lib/CodeGen/CGBlocks.h index 095cfdb259c..e3fb1de96f1 100644 --- a/clang/lib/CodeGen/CGBlocks.h +++ b/clang/lib/CodeGen/CGBlocks.h @@ -33,7 +33,7 @@ namespace llvm { class Constant; class Function; class GlobalValue; - class TargetData; + class DataLayout; class FunctionType; class PointerType; class Value; |