[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES from the rest of
[oota-llvm.git] / include / llvm / IR / PassManager.h
index 93d04344f8cef4c518f5132e42a81ba92e803091..b1057b503228c8be2713e117a5024b49c7bfc47d 100644 (file)
@@ -106,7 +106,6 @@ public:
         PreservedPassIDs.erase(*I);
   }
 
-#if LLVM_HAS_RVALUE_REFERENCES
   /// \brief Intersect this set with a temporary other set in place.
   ///
   /// This is a mutating operation on this preserved set, removing all
@@ -124,7 +123,6 @@ public:
       if (!Arg.PreservedPassIDs.count(*I))
         PreservedPassIDs.erase(*I);
   }
-#endif
 
   /// \brief Query whether a pass is marked as preserved by this set.
   template <typename PassT> bool preserved() const {