Remove ambiguity introduced in r192836

llvm-svn: 192840
This commit is contained in:
David Blaikie 2013-10-16 20:40:46 +00:00
parent 600130c036
commit 920bb2a758
1 changed files with 1 additions and 1 deletions

View File

@ -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