summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/CodeGen/DIEHashTest.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-01-31 20:02:55 +0000
committerEric Christopher <echristo@gmail.com>2014-01-31 20:02:55 +0000
commit5ad8d90b71444ed176671f8d9cb214e0bb1e6a0c (patch)
tree8d344a5d67c57f729e16f32cac2110a03b788544 /llvm/unittests/CodeGen/DIEHashTest.cpp
parent322d79b4a259bca244c39857b76db491bc0c8803 (diff)
downloadbcm5719-llvm-5ad8d90b71444ed176671f8d9cb214e0bb1e6a0c.tar.gz
bcm5719-llvm-5ad8d90b71444ed176671f8d9cb214e0bb1e6a0c.zip
Fix name of nested type in comment to match code.
llvm-svn: 200570
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 f3edbb733aa..9faeaafc245 100644
--- a/llvm/unittests/CodeGen/DIEHashTest.cpp
+++ b/llvm/unittests/CodeGen/DIEHashTest.cpp
@@ -478,7 +478,7 @@ TEST(DIEHashTest, RefUnnamedType) {
ASSERT_EQ(0x954e026f01c02529ULL, MD5Res);
}
-// struct { struct bar { }; };
+// struct { struct foo { }; };
TEST(DIEHashTest, NestedType) {
DIE Unnamed(dwarf::DW_TAG_structure_type);
DIEInteger One(1);
OpenPOWER on IntegriCloud