summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/DIEHashTest.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-10-16 20:29:06 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-10-16 20:29:06 +0000
commit71a0ad66a95953ed0ad9da7e4502f9f43b2149a0 (patch)
tree9f5653bba7b2ce5c8b4d3fec972fd50950e78c56 /llvm/unittests/CodeGen/DIEHashTest.cpp
parent1a7cf8c23a59b65958ab4a2d95bfd46ed4a1999c (diff)
downloadbcm5719-llvm-71a0ad66a95953ed0ad9da7e4502f9f43b2149a0.tar.gz
bcm5719-llvm-71a0ad66a95953ed0ad9da7e4502f9f43b2149a0.zip
DIEHash: Include the trailing zero byte after the children of a DIE
llvm-svn: 192836
Diffstat (limited to 'llvm/unittests/CodeGen/DIEHashTest.cpp')
-rw-r--r--llvm/unittests/CodeGen/DIEHashTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/CodeGen/DIEHashTest.cpp b/llvm/unittests/CodeGen/DIEHashTest.cpp
index 6b9a4dbc26a..86358d5d31a 100644
--- a/llvm/unittests/CodeGen/DIEHashTest.cpp
+++ b/llvm/unittests/CodeGen/DIEHashTest.cpp
@@ -23,6 +23,6 @@ TEST(DIEHashData1Test, DIEHash) {
DIEInteger Size(4);
Die.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Size);
uint64_t MD5Res = Hash.computeTypeSignature(&Die);
- ASSERT_EQ(MD5Res, 0x540e9ff30ade3e4aULL);
+ ASSERT_EQ(MD5Res, 0x4F68EF1039F8D2BULL);
}
}
OpenPOWER on IntegriCloud