aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ADCE.cpp
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:07:58 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-06-25 21:07:58 +0000
commit5ba99bd124dc18302f527d6e2b0efd0fa866bc9e (patch)
treebfb70cbcb3114ff4c8783c4632ac1232964006ff /lib/Transforms/Scalar/ADCE.cpp
parentcfb22d3c14b53bc73ec90f7d471c2d2d2453cf03 (diff)
changes to make it compatible with 64bit gcc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/ADCE.cpp')
-rw-r--r--lib/Transforms/Scalar/ADCE.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/ADCE.cpp b/lib/Transforms/Scalar/ADCE.cpp
index 237c4589b2..35189e3683 100644
--- a/lib/Transforms/Scalar/ADCE.cpp
+++ b/lib/Transforms/Scalar/ADCE.cpp
@@ -21,6 +21,7 @@
#include <algorithm>
#include <iostream>
using std::cerr;
+using std::vector;
static Statistic<> NumBlockRemoved("adce\t\t- Number of basic blocks removed");
static Statistic<> NumInstRemoved ("adce\t\t- Number of instructions removed");