diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-11 16:02:12 +0000 |
commit | ffef8acc3e3398bdd04e947c7949befdd52faf86 (patch) | |
tree | afd08e771a7be122109680bdae158b2009de3d48 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 3108222c2cb3e61097396274b1c3ae0a86625975 (diff) |
Tidy #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 7297d60d34..afb5d94877 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -13,6 +13,7 @@ #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/Constants.h" #include "llvm/Analysis/ValueTracking.h" +#include "llvm/Function.h" #include "llvm/GlobalAlias.h" #include "llvm/GlobalVariable.h" #include "llvm/Intrinsics.h" |