aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-12 18:12:44 +0000
committerChris Lattner <sabre@nondot.org>2004-01-12 18:12:44 +0000
commitccd3a878d0b17017eb5d86c89351992dc3e35638 (patch)
treeff5b264157ffe4691bfde404b298cfdd6ca5e464 /lib/Transforms/LevelRaise.cpp
parentd4d4ab58ef214c5eef781417719107032c361b45 (diff)
downloadexternal_llvm-ccd3a878d0b17017eb5d86c89351992dc3e35638.zip
external_llvm-ccd3a878d0b17017eb5d86c89351992dc3e35638.tar.gz
external_llvm-ccd3a878d0b17017eb5d86c89351992dc3e35638.tar.bz2
Remove uses of ConstantHandling itf
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/LevelRaise.cpp')
-rw-r--r--lib/Transforms/LevelRaise.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Transforms/LevelRaise.cpp b/lib/Transforms/LevelRaise.cpp
index 8b5e253..c128688 100644
--- a/lib/Transforms/LevelRaise.cpp
+++ b/lib/Transforms/LevelRaise.cpp
@@ -19,7 +19,6 @@
#include "llvm/iOther.h"
#include "llvm/iMemory.h"
#include "llvm/Pass.h"
-#include "llvm/ConstantHandling.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "Support/CommandLine.h"
#include "Support/Debug.h"