Fix PR13851: Preserve metadata for the unswitched branch
[oota-llvm.git] / lib / Transforms / Scalar / SampleProfile.cpp
index c8dfa54a4aa0354a32d08374347d67ad647fc77c..69e3a67aa8c18b04daeeab64bd3e1d592104df90 100644 (file)
@@ -174,7 +174,7 @@ protected:
   /// \brief Flag indicating whether the profile input loaded successfully.
   bool ProfileIsValid;
 };
-}
+} // namespace
 
 /// \brief Print the weight of edge \p E on stream \p OS.
 ///