Don't use 'nullptr' in comment. Just use 'null'.
authorCraig Topper <craig.topper@gmail.com>
Wed, 22 Apr 2015 04:18:27 +0000 (04:18 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 22 Apr 2015 04:18:27 +0000 (04:18 +0000)
llvm-svn: 235476

llvm/lib/TableGen/Record.cpp

index bdafbbc..8069682 100644 (file)
@@ -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))