Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently introduced...
[oota-llvm.git] / include / llvm / Analysis / IVUsers.h
index fcd9caa61f2c9a5b80c35f13bad7d3ed558ae61c..22fbb35cdb928f354eb62c5fe0cb8ec203b90685 100644 (file)
@@ -175,11 +175,11 @@ class IVUsers : public LoopPass {
   ScalarEvolution *SE;
   SmallPtrSet<Instruction*,16> Processed;
 
+public:
   /// IVUses - A list of all tracked IV uses of induction variable expressions
   /// we are interested in.
   ilist<IVUsersOfOneStride> IVUses;
 
-public:
   /// IVUsesByStride - A mapping from the strides in StrideOrder to the
   /// uses in IVUses.
   std::map<const SCEV *, IVUsersOfOneStride*> IVUsesByStride;