[llvm] r200570 - Fix name of nested type in comment to match code.

Eric Christopher echristo at gmail.com
Fri Jan 31 12:02:55 PST 2014


Author: echristo
Date: Fri Jan 31 14:02:55 2014
New Revision: 200570

URL: http://llvm.org/viewvc/llvm-project?rev=200570&view=rev
Log:
Fix name of nested type in comment to match code.

Modified:
    llvm/trunk/unittests/CodeGen/DIEHashTest.cpp

Modified: llvm/trunk/unittests/CodeGen/DIEHashTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/CodeGen/DIEHashTest.cpp?rev=200570&r1=200569&r2=200570&view=diff
==============================================================================
--- llvm/trunk/unittests/CodeGen/DIEHashTest.cpp (original)
+++ llvm/trunk/unittests/CodeGen/DIEHashTest.cpp Fri Jan 31 14:02:55 2014
@@ -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);





More information about the llvm-commits mailing list