summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/arc-foreach.m
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/CodeGenObjC/arc-foreach.m
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/CodeGenObjC/arc-foreach.m')
-rw-r--r--clang/test/CodeGenObjC/arc-foreach.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/arc-foreach.m b/clang/test/CodeGenObjC/arc-foreach.m
index 3dd8b690be2..89e05d59e9c 100644
--- a/clang/test/CodeGenObjC/arc-foreach.m
+++ b/clang/test/CodeGenObjC/arc-foreach.m
@@ -21,7 +21,7 @@ void test0(NSArray *array) {
// CHECK-LP64-NEXT: [[X:%.*]] = alloca i8*,
// CHECK-LP64-NEXT: [[STATE:%.*]] = alloca [[STATE_T:%.*]],
// CHECK-LP64-NEXT: alloca [16 x i8*], align 8
-// CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:%.*]],
+// CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
// CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[STATE_T]]* [[STATE]], i32 0, i32 1
// CHECK-LP64-NEXT: [[T1:%.*]] = load i8*** [[T0]]
@@ -55,7 +55,7 @@ void test1(NSArray *array) {
// CHECK-LP64-NEXT: [[X:%.*]] = alloca i8*,
// CHECK-LP64-NEXT: [[STATE:%.*]] = alloca [[STATE_T:%.*]],
// CHECK-LP64-NEXT: alloca [16 x i8*], align 8
-// CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:%.*]],
+// CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
// CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[STATE_T]]* [[STATE]], i32 0, i32 1
// CHECK-LP64-NEXT: [[T1:%.*]] = load i8*** [[T0]]
OpenPOWER on IntegriCloud