[cfe-commits] r98090 - /cfe/trunk/test/CodeGenObjC/id-isa-codegen.m
Fariborz Jahanian
fjahanian at apple.com
Tue Mar 9 14:17:52 PST 2010
Author: fjahanian
Date: Tue Mar 9 16:17:52 2010
New Revision: 98090
URL: http://llvm.org/viewvc/llvm-project?rev=98090&view=rev
Log:
Fix the test some more.
Modified:
cfe/trunk/test/CodeGenObjC/id-isa-codegen.m
Modified: cfe/trunk/test/CodeGenObjC/id-isa-codegen.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/id-isa-codegen.m?rev=98090&r1=98089&r2=98090&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/id-isa-codegen.m (original)
+++ cfe/trunk/test/CodeGenObjC/id-isa-codegen.m Tue Mar 9 16:17:52 2010
@@ -65,9 +65,9 @@
}
@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** %{{.*}}
More information about the cfe-commits
mailing list