diff options
Diffstat (limited to 'lib/Transforms/Scalar/ADCE.cpp')
-rw-r--r-- | lib/Transforms/Scalar/ADCE.cpp | 1 |
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"); |