Lower llvm.isunordered(a, b) into a != a | b != b.
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
index 27355ec6d3dab7792de12073f7a441cd9f67afaf..0bde9ff23a2b70b747a5d704454478b41b29b002 100644 (file)
@@ -26,7 +26,7 @@
 #include "llvm/Function.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
-#include "Support/DepthFirstIterator.h"
+#include "llvm/ADT/DepthFirstIterator.h"
 using namespace llvm;
 
 namespace {