[Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getNumImplic...
[oota-llvm.git] / tools / llvm-diff / DiffConsumer.cpp
index 05280392a47fce16c2458f0a8db23cc92214fe1b..9078013c1c1637259c4bc6b836e9ba51bf69d63c 100644 (file)
@@ -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;