]> granicus.if.org Git - clang/commitdiff
Fix a test case.
authorAnders Carlsson <andersca@mac.com>
Fri, 5 Feb 2010 06:58:06 +0000 (06:58 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 5 Feb 2010 06:58:06 +0000 (06:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95374 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/pointers-to-data-members.cpp

index 3a10cb1fcf3a6e257d41c96310cd86f9d74a64a8..d96eb03b8d82eb849853967eb4b59f6ef53aacf9 100644 (file)
@@ -23,7 +23,8 @@ namespace ZeroInit {
     int A::*a;
   } sa;
   
-  // CHECK: @_ZN8ZeroInit3ssaE = global [2 x %0] [%0 { [2 x i64] [i64 -1, i64 -1] }
+  // CHECK: @_ZN8ZeroInit3ssaE = 
+  // CHECK: [2 x i64] [i64 -1, i64 -1]
   struct {
     int A::*aa[2];
   } ssa[2];