mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Don't use 'nullptr' in comment. Just use 'null'.
llvm-svn: 235476
This commit is contained in:
parent
df921652b4
commit
61ac9b61d9
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user