mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 06:29:59 +00:00
Fix a *really* dumb warning on VC
llvm-svn: 14025
This commit is contained in:
parent
68ee80d686
commit
1cfb453364
@ -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
Block a user