summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/class-layout.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-09 17:41:47 +0000
committerChris Lattner <sabre@nondot.org>2011-07-09 17:41:47 +0000
commita5f58b05e82a06b5491c74d3a18c3ee1c749f77b (patch)
tree3de2a264c644e13e02ae7bf60329e62ad8f50901 /clang/test/CodeGenCXX/class-layout.cpp
parentb1ed91f3978377294d4620c53ca81beed08b73c7 (diff)
downloadbcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.tar.gz
bcm5719-llvm-a5f58b05e82a06b5491c74d3a18c3ee1c749f77b.zip
clang side to match the LLVM IR type system rewrite patch.
llvm-svn: 134831
Diffstat (limited to 'clang/test/CodeGenCXX/class-layout.cpp')
-rw-r--r--clang/test/CodeGenCXX/class-layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/class-layout.cpp b/clang/test/CodeGenCXX/class-layout.cpp
index 96fbae8970e..9569f476dd8 100644
--- a/clang/test/CodeGenCXX/class-layout.cpp
+++ b/clang/test/CodeGenCXX/class-layout.cpp
@@ -20,8 +20,8 @@ namespace Test3 {
namespace Test4 {
// Test from PR5589.
- // CHECK: %"struct.Test4::A" = type { i32, i8, float }
// CHECK: %"struct.Test4::B" = type { %"struct.Test4::A", i16, double }
+ // CHECK: %"struct.Test4::A" = type { i32, i8, float }
struct A {
int a;
char c;
OpenPOWER on IntegriCloud