[PM] Rename the IR printing pass header to a more generic and correct
[oota-llvm.git] / lib / CodeGen / PHIEliminationUtils.cpp
index 10bfdcce67696841f0f132041b254468556dafef..e1b56e962fa9e7fa27c87cedd21171ad475a4221 100644 (file)
@@ -8,10 +8,10 @@
 //===----------------------------------------------------------------------===//
 
 #include "PHIEliminationUtils.h"
+#include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/ADT/SmallPtrSet.h"
 using namespace llvm;
 
 // findCopyInsertPoint - Find a safe place in MBB to insert a copy from SrcReg