diff options
author | Micah Villmow <villmow@gmail.com> | 2012-10-08 16:39:34 +0000 |
---|---|---|
committer | Micah Villmow <villmow@gmail.com> | 2012-10-08 16:39:34 +0000 |
commit | 9cfc13d46c60643867e1b72f6539dd8400be52df (patch) | |
tree | b51dbc67f55236808bfc55f4137f973eef5f8687 /llvm/tools/bugpoint/OptimizerDriver.cpp | |
parent | cdfe20b97f55f4f493ebd6f15932780ae0789fe4 (diff) | |
download | bcm5719-llvm-9cfc13d46c60643867e1b72f6539dd8400be52df.tar.gz bcm5719-llvm-9cfc13d46c60643867e1b72f6539dd8400be52df.zip |
Move TargetData to DataLayout.
llvm-svn: 165403
Diffstat (limited to 'llvm/tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r-- | llvm/tools/bugpoint/OptimizerDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp index fb090ee1769..c56911a32e8 100644 --- a/llvm/tools/bugpoint/OptimizerDriver.cpp +++ b/llvm/tools/bugpoint/OptimizerDriver.cpp @@ -16,11 +16,11 @@ //===----------------------------------------------------------------------===// #include "BugDriver.h" +#include "llvm/DataLayout.h" #include "llvm/Module.h" #include "llvm/PassManager.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Bitcode/ReaderWriter.h" -#include "llvm/Target/TargetData.h" #include "llvm/Support/FileUtilities.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/SystemUtils.h" |