Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / include / llvm / IR / Operator.h
index 879707cd24f4083935f64a1f905d00f6f979f4d5..13ab72cfefc85be832aea50755cde14b4ef23845 100644 (file)
@@ -33,8 +33,8 @@ class ConstantExpr;
 ///
 class Operator : public User {
 private:
-  // Do not implement any of these. The Operator class is intended to be used
-  // as a utility, and is never itself instantiated.
+  // The Operator class is intended to be used as a utility, and is never itself
+  // instantiated.
   void *operator new(size_t, unsigned) LLVM_DELETED_FUNCTION;
   void *operator new(size_t s) LLVM_DELETED_FUNCTION;
   Operator() LLVM_DELETED_FUNCTION;