]> granicus.if.org Git - clang/commitdiff
Fix the test some more.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Mar 2010 22:17:52 +0000 (22:17 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Mar 2010 22:17:52 +0000 (22:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98090 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/id-isa-codegen.m

index 12a7b396bfdf0d6ffb565358b943b1d0477abb19..e4f5fd9ab571712f211205ef62142fbb2926746d 100644 (file)
@@ -65,9 +65,9 @@ id Test2() {
 }
 @end
 // CHECK-LP64: %{{.*}} = load i8** %
-// CHECK-LP64: %{{.*}} = bitcast i8* %{{.*}} to i8**
-// CHECK-LP64: store i8* %{{.*}}, i8** %{{.*}}
+// CHECK-NEXT: %{{.*}} = bitcast i8* %{{.*}} to i8**
+// CHECK-NEXT: store i8* %{{.*}}, i8** %{{.*}}
 
 // CHECK-LP32: %{{.*}} = load i8** %
-// CHECK-LP32: %{{.*}} = bitcast i8* %{{.*}} to i8**
-// CHECK-LP32: store i8* %{{.*}}, i8** %{{.*}}
+// CHECK-NEXT: %{{.*}} = bitcast i8* %{{.*}} to i8**
+// CHECK-NEXT: store i8* %{{.*}}, i8** %{{.*}}