about summary refs log tree commit diff homepage
path: root/lib/Core/Executor.h
diff options
context:
space:
mode:
authorMicah Villmow <villmow@gmail.com>2012-10-08 16:21:06 +0000
committerMicah Villmow <villmow@gmail.com>2012-10-08 16:21:06 +0000
commitcb7a4c6c52563589ef7c832bd4c87390b3a3a919 (patch)
tree1e22135b8938a0c8942fbe9543a0c2e353fb96d7 /lib/Core/Executor.h
parent215c1587aab5fa94fd805fe8e0b5fbacc51f1c8e (diff)
downloadklee-cb7a4c6c52563589ef7c832bd4c87390b3a3a919.tar.gz
Move TargetData to DataLayout.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@165394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Executor.h')
-rw-r--r--lib/Core/Executor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/Executor.h b/lib/Core/Executor.h
index a296051b..d47a3364 100644
--- a/lib/Core/Executor.h
+++ b/lib/Core/Executor.h
@@ -37,7 +37,7 @@ namespace llvm {
   class Function;
   class GlobalValue;
   class Instruction;
-  class TargetData;
+  class DataLayout;
   class Twine;
   class Value;
 }