From: Craig Topper Date: Wed, 22 Apr 2015 04:18:27 +0000 (+0000) Subject: Don't use 'nullptr' in comment. Just use 'null'. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aee08e5bacb5b6edc2deba6dd080236c9154d967;p=llvm Don't use 'nullptr' in comment. Just use 'null'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235476 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/TableGen/Record.cpp b/lib/TableGen/Record.cpp index bdafbbc6209..80696822705 100644 --- a/lib/TableGen/Record.cpp +++ b/lib/TableGen/Record.cpp @@ -385,7 +385,7 @@ bool RecordRecTy::baseClassOf(const RecTy *RHS) const{ } /// resolveTypes - Find a common type that T1 and T2 convert to. -/// Return nullptr if no such type exists. +/// Return null if no such type exists. /// RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) { if (T1->typeIsConvertibleTo(T2))