summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-04-22 04:18:27 +0000
committerCraig Topper <craig.topper@gmail.com>2015-04-22 04:18:27 +0000
commite8005f90f5505f9ca406d56d167ec0db0fbc5ea8 (patch)
tree8fe5939086deec35b6d5e9cb68c939d0ec4d1f06
parent50a0615264c104d1f6fcf63a7b610e35429e7264 (diff)
downloadbcm5719-llvm-e8005f90f5505f9ca406d56d167ec0db0fbc5ea8.tar.gz
bcm5719-llvm-e8005f90f5505f9ca406d56d167ec0db0fbc5ea8.zip
Don't use 'nullptr' in comment. Just use 'null'.
llvm-svn: 235476
-rw-r--r--llvm/lib/TableGen/Record.cpp2
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))
OpenPOWER on IntegriCloud