[cfe-commits] r129674 - /cfe/trunk/test/CodeGenCXX/class-layout.cpp
Anders Carlsson
andersca at mac.com
Sun Apr 17 14:57:29 PDT 2011
Author: andersca
Date: Sun Apr 17 16:57:29 2011
New Revision: 129674
URL: http://llvm.org/viewvc/llvm-project?rev=129674&view=rev
Log:
Use the right type name.
Modified:
cfe/trunk/test/CodeGenCXX/class-layout.cpp
Modified: cfe/trunk/test/CodeGenCXX/class-layout.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/class-layout.cpp?rev=129674&r1=129673&r2=129674&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/class-layout.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/class-layout.cpp Sun Apr 17 16:57:29 2011
@@ -39,7 +39,7 @@
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;
More information about the cfe-commits
mailing list