Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Support / circular_raw_ostream.h
index 89d6421e1e33318b4191f206037d1367923f72c3..b46fd7f730c914b72c5c83d0817cfbab3fbd7b96 100644 (file)
@@ -17,8 +17,7 @@
 
 #include "llvm/Support/raw_ostream.h"
 
-namespace llvm 
-{
+namespace llvm {
   /// circular_raw_ostream - A raw_ostream which *can* save its data
   /// to a circular buffer, or can pass it through directly to an
   /// underlying stream if specified with a buffer of zero.
@@ -152,7 +151,6 @@ namespace llvm
         delete TheStream;
     }
   };
-} // namespace llvm
-
+} // end llvm namespace
 
 #endif