Fix SingleSource/Regression/C/2005-05-06-LongLongSignedShift.c, we were not
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
index 27355ec6d3dab7792de12073f7a441cd9f67afaf..5feab0f81776560ae8cabfbb97c2371be89dde1f 100644 (file)
@@ -25,8 +25,9 @@
 #include "llvm/Instructions.h"
 #include "llvm/Function.h"
 #include "llvm/Pass.h"
+#include "llvm/Type.h"
 #include "llvm/Support/CFG.h"
-#include "Support/DepthFirstIterator.h"
+#include "llvm/ADT/DepthFirstIterator.h"
 using namespace llvm;
 
 namespace {