summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-18 03:14:56 +0000
committerChris Lattner <sabre@nondot.org>2004-03-18 03:14:56 +0000
commite454c0d607937d13dbd72e4b28b8fc76cc18c281 (patch)
tree81176d3b53e45e9c66dc3389811444502b617052 /include/llvm/Transforms/Utils
parent4781bc7142b3e5f534956f4c3101de1bd10959b4 (diff)
downloadllvm-e454c0d607937d13dbd72e4b28b8fc76cc18c281.tar.gz
llvm-e454c0d607937d13dbd72e4b28b8fc76cc18c281.tar.bz2
llvm-e454c0d607937d13dbd72e4b28b8fc76cc18c281.tar.xz
Make this header file self-contained
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-rw-r--r--include/llvm/Transforms/Utils/FunctionUtils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Utils/FunctionUtils.h b/include/llvm/Transforms/Utils/FunctionUtils.h
index 9ea1e28dd3..cbc8c446d0 100644
--- a/include/llvm/Transforms/Utils/FunctionUtils.h
+++ b/include/llvm/Transforms/Utils/FunctionUtils.h
@@ -14,8 +14,11 @@
#ifndef LLVM_TRANSFORMS_UTILS_FUNCTION_H
#define LLVM_TRANSFORMS_UTILS_FUNCTION_H
+#include <vector>
+
namespace llvm {
+ class BasicBlock;
class Function;
class Loop;