projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4781bc7
)
Make this header file self-contained
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Mar 2004 03:14:56 +0000
(
03:14
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Mar 2004 03:14:56 +0000
(
03:14
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12480
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Utils/FunctionUtils.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Utils/FunctionUtils.h
b/include/llvm/Transforms/Utils/FunctionUtils.h
index 9ea1e28dd37cf1fc19de8afa114967f466a8ff2f..cbc8c446d072603d622c83cb885b29903e3e4e3a 100644
(file)
--- 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;