projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e04bee
)
Fix stale comment that mentioned 0 instead of nullptr. NFC.
author
Craig Topper
<craig.topper@gmail.com>
Wed, 22 Apr 2015 02:59:03 +0000
(
02:59
+0000)
committer
Craig Topper
<craig.topper@gmail.com>
Wed, 22 Apr 2015 02:59:03 +0000
(
02:59
+0000)
llvm-svn: 235468
llvm/lib/TableGen/Record.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/TableGen/Record.cpp
b/llvm/lib/TableGen/Record.cpp
index 17f78e286a97eea1d4c8c4974928b102d1a23948..b81254b99cc874db51e3bc2383a928b3691129d9 100644
(file)
--- 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
0
if no such type exists.
+/// Return
nullptr
if no such type exists.
///
RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) {
if (T1->typeIsConvertibleTo(T2))