mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 10:30:30 +00:00
This is not a common case, in fact it never happens!
llvm-svn: 152027
This commit is contained in:
parent
533fb74c5d
commit
2640024ac8
@ -87,10 +87,6 @@ namespace {
|
||||
}
|
||||
|
||||
friend hash_code hash_value(const Expression &Value) {
|
||||
// Optimize for the common case.
|
||||
if (Value.varargs.empty())
|
||||
return hash_combine(Value.opcode, Value.type);
|
||||
|
||||
return hash_combine(Value.opcode, Value.type,
|
||||
hash_combine_range(Value.varargs.begin(),
|
||||
Value.varargs.end()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user