Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Analysis / LoopIterator.h
index 68f25f74bc285ea53dea6a56ac25210d43755f27..e3dd96354c65a414969af84d0d735fd47ef9741d 100644 (file)
 // reachable from the loop header.
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_ANALYSIS_LOOP_ITERATOR_H
-#define LLVM_ANALYSIS_LOOP_ITERATOR_H
+#ifndef LLVM_ANALYSIS_LOOPITERATOR_H
+#define LLVM_ANALYSIS_LOOPITERATOR_H
 
-#include "llvm/ADT/DepthFirstIterator.h"
 #include "llvm/ADT/PostOrderIterator.h"
 #include "llvm/Analysis/LoopInfo.h"