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-Tag: llvmorg-3.7.0-rc1~6283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8005f90f5505f9ca406d56d167ec0db0fbc5ea8;p=platform%2Fupstream%2Fllvm.git Don't use 'nullptr' in comment. Just use 'null'. llvm-svn: 235476 --- diff --git a/llvm/lib/TableGen/Record.cpp b/llvm/lib/TableGen/Record.cpp index bdafbbc..8069682 100644 --- a/llvm/lib/TableGen/Record.cpp +++ b/llvm/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))