diff options
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/TableGen/Record.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/Record.cpp b/llvm/lib/TableGen/Record.cpp index bdafbbc6209..80696822705 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)) |