commit | 0ac5429ff05bbbcefbbe5f7353485047a69d2064 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 09 19:08:28 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 09 19:08:28 2002 +0000 |
tree | 913965084031e19dffa97a1e7e13513078d11757 | |
parent | d6a8ca745d1278d1e82dfb3bbd65c3fabfe3d68c [diff] [blame] |
Add explicit #includes of Function.h to make up for the removed #include in iOther.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2209 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/TransformInternals.cpp b/lib/Transforms/TransformInternals.cpp index a75aa57..e41f955 100644 --- a/lib/Transforms/TransformInternals.cpp +++ b/lib/Transforms/TransformInternals.cpp
@@ -9,6 +9,7 @@ #include "llvm/Type.h" #include "llvm/ConstantVals.h" #include "llvm/Analysis/Expressions.h" +#include "llvm/Function.h" #include "llvm/iOther.h" #include <algorithm>