X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fopt%2FGraphPrinters.cpp;fp=tools%2Fopt%2FGraphPrinters.cpp;h=9ec55134f59625d221b965c23eab23cf3a3fd493;hb=56e1394c8861ecdc551815ae875d2c3db2fa9cdb;hp=f271966d104f4525895808e3ee0bfc37e5d414dc;hpb=213fb8f11eed6754a3b62ecd835cdfd3eb6f18ff;p=oota-llvm.git diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp index f271966d104..9ec55134f59 100644 --- a/tools/opt/GraphPrinters.cpp +++ b/tools/opt/GraphPrinters.cpp @@ -14,7 +14,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Analysis/Dominators.h" +#include "llvm/IR/Dominators.h" #include "llvm/Pass.h" using namespace llvm;