[InstSimplify] Fold away ord/uno fcmps when nnan is present.
[oota-llvm.git] / include / llvm / Analysis / Lint.h
index 79cd82ff13376754abdefdff25cf747fab297779..7c88b137ec3b10ac2c56126bd2a4a92621534ae1 100644 (file)
@@ -44,6 +44,6 @@ void lintFunction(
   const Function &F  ///< The function to be checked
 );
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif