We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ef487 commit 86ab5dcCopy full SHA for 86ab5dc
llvm/lib/CodeGen/AsmPrinter/DIEHash.cpp
@@ -230,7 +230,7 @@ void DIEHash::hashBlockData(const DIE::const_value_range &Values) {
230
"Base types referenced from DW_OP_convert should have a name");
231
hashNestedType(C, Name);
232
} else
233
- Hash.update((uint64_t)V.getDIEInteger().getValue());
+ Hash.update(V.getDIEInteger().getValue());
234
}
235
236
// Hash the contents of a loclistptr class.
0 commit comments