Use the right type name.

llvm-svn: 129674
This commit is contained in:
Anders Carlsson 2011-04-17 21:57:29 +00:00
parent fcaaa697ec
commit 02feb58dd7
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace Test5 {
char a;
};
// CHECK: %"struct.Test4::B" = type { [9 x i8], i8, i8, [5 x i8] }
// CHECK: %"struct.Test5::B" = type { [9 x i8], i8, i8, [5 x i8] }
struct B : A {
char b : 1;
char c;