Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Support / circular_raw_ostream.h
index ddaa9acbf68c85ae9d944fbc735e94fe5c88a556..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.