From: Chris Lattner Date: Mon, 12 Jan 2004 18:35:03 +0000 (+0000) Subject: Remove use of ConstantHandling X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=81ebc300891a81c305258aed980567514dff952d;p=oota-llvm.git Remove use of ConstantHandling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10789 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/Local.cpp b/lib/Transforms/Utils/Local.cpp index 536d85040d0..b55b2eb77b4 100644 --- a/lib/Transforms/Utils/Local.cpp +++ b/lib/Transforms/Utils/Local.cpp @@ -13,10 +13,10 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Utils/Local.h" +#include "llvm/Constants.h" #include "llvm/iTerminators.h" #include "llvm/iOperators.h" #include "llvm/iPHINode.h" -#include "llvm/ConstantHandling.h" using namespace llvm; //===----------------------------------------------------------------------===//