mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-26 20:57:15 +00:00
Remove ambiguity introduced in r192836
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
985ce242a7
commit
700b91f07c
@ -385,7 +385,7 @@ void DIEHash::computeHash(DIE *Die) {
|
||||
computeHash(*I);
|
||||
|
||||
// Following the last (or if there are no children), append a zero byte.
|
||||
Hash.update((uint8_t)0);
|
||||
Hash.update(makeArrayRef((uint8_t)'\0'));
|
||||
}
|
||||
|
||||
/// This is based on the type signature computation given in section 7.27 of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user