X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Fopt%2FGraphPrinters.cpp;h=c7481e5ae6ad629a43fdf9485f6dd1ba6fe2ce9a;hp=472fe07f21a59d4dfa4f8f7d6fdec58f313e600c;hb=0b8c9a80f20772c3793201ab5b251d3520b9cea3;hpb=7f00f87767036e74445aad0164eea13cf2642610 diff --git a/tools/opt/GraphPrinters.cpp b/tools/opt/GraphPrinters.cpp index 472fe07f21a..c7481e5ae6a 100644 --- a/tools/opt/GraphPrinters.cpp +++ b/tools/opt/GraphPrinters.cpp @@ -16,10 +16,10 @@ #include "llvm/Analysis/CallGraph.h" #include "llvm/Analysis/Dominators.h" +#include "llvm/IR/Value.h" #include "llvm/Pass.h" #include "llvm/Support/GraphWriter.h" #include "llvm/Support/ToolOutputFile.h" -#include "llvm/Value.h" using namespace llvm; template