forked from OSchip/llvm-project
parent
a429db82bf
commit
214e58ded5
|
@ -36,7 +36,7 @@ struct TypeInfo {
|
|||
|
||||
// Compatibility functions
|
||||
bool before(const TypeInfo &rhs) const {
|
||||
return Info->before(*rhs.Info);
|
||||
return Info->before(*rhs.Info) != 0;
|
||||
}
|
||||
const char *getClassName() const {
|
||||
return Info->name();
|
||||
|
|
Loading…
Reference in New Issue