diff options
Diffstat (limited to 'clang/test/CodeGenObjCXX/arc-blocks.mm')
-rw-r--r-- | clang/test/CodeGenObjCXX/arc-blocks.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/arc-blocks.mm b/clang/test/CodeGenObjCXX/arc-blocks.mm index ebb9d21c61f..cc3e831feb3 100644 --- a/clang/test/CodeGenObjCXX/arc-blocks.mm +++ b/clang/test/CodeGenObjCXX/arc-blocks.mm @@ -2,7 +2,7 @@ // CHECK: [[A:.*]] = type { i64, [10 x i8*] } -// CHECK: [[LAYOUT0:@.*]] = internal global [3 x i8] c" 9\00" +// CHECK: [[LAYOUT0:@.*]] = private global [3 x i8] c" 9\00" // rdar://13045269 // If a __block variable requires extended layout information *and* |