summaryrefslogtreecommitdiff
path: root/lib/CodeGen/UnreachableBlockElim.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-03-17 15:38:16 +0000
committerChris Lattner <sabre@nondot.org>2005-03-17 15:38:16 +0000
commit5b3a4553c1da7e417a240379e2f510c77532c5c1 (patch)
treead032febd562cc403fbf1cc113cad002e750dde0 /lib/CodeGen/UnreachableBlockElim.cpp
parentec3f5c4fd769057ef98f08e8a160e315a2f10a18 (diff)
downloadllvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.gz
llvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.bz2
llvm-5b3a4553c1da7e417a240379e2f510c77532c5c1.tar.xz
Fix the missing symbols problem Bill was hitting. Patch contributed by
Bill Wendling!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/UnreachableBlockElim.cpp')
-rw-r--r--lib/CodeGen/UnreachableBlockElim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/UnreachableBlockElim.cpp b/lib/CodeGen/UnreachableBlockElim.cpp
index 0bde9ff23a..5feab0f817 100644
--- a/lib/CodeGen/UnreachableBlockElim.cpp
+++ b/lib/CodeGen/UnreachableBlockElim.cpp
@@ -25,6 +25,7 @@
#include "llvm/Instructions.h"
#include "llvm/Function.h"
#include "llvm/Pass.h"
+#include "llvm/Type.h"
#include "llvm/Support/CFG.h"
#include "llvm/ADT/DepthFirstIterator.h"
using namespace llvm;