X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fllvm-diff%2FDiffConsumer.cpp;h=9078013c1c1637259c4bc6b836e9ba51bf69d63c;hb=036af1486677b7255acbafca7c404dd01bbfce7f;hp=05280392a47fce16c2458f0a8db23cc92214fe1b;hpb=2d24e2a396a1d211baaeedf32148a3b657240170;p=oota-llvm.git diff --git a/tools/llvm-diff/DiffConsumer.cpp b/tools/llvm-diff/DiffConsumer.cpp index 05280392a47..9078013c1c1 100644 --- a/tools/llvm-diff/DiffConsumer.cpp +++ b/tools/llvm-diff/DiffConsumer.cpp @@ -7,14 +7,13 @@ // //===----------------------------------------------------------------------===// // -// This files implements the the LLVM difference Consumer +// This files implements the LLVM difference Consumer // //===----------------------------------------------------------------------===// #include "DiffConsumer.h" - -#include "llvm/Module.h" -#include "llvm/Instructions.h" +#include "llvm/IR/Instructions.h" +#include "llvm/IR/Module.h" #include "llvm/Support/ErrorHandling.h" using namespace llvm;