diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-09 22:17:52 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-09 22:17:52 +0000 |
| commit | eb1690d2bd22ce28269bd4c9a3bafae2ebb8bb16 (patch) | |
| tree | 5074eabe0793a94eca546bf9604acdeda031b98b /clang | |
| parent | 741dec43e4e73a526c16939a68c65a851813f431 (diff) | |
| download | bcm5719-llvm-eb1690d2bd22ce28269bd4c9a3bafae2ebb8bb16.tar.gz bcm5719-llvm-eb1690d2bd22ce28269bd4c9a3bafae2ebb8bb16.zip | |
Fix the test some more.
llvm-svn: 98090
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenObjC/id-isa-codegen.m | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/id-isa-codegen.m b/clang/test/CodeGenObjC/id-isa-codegen.m index 12a7b396bfd..e4f5fd9ab57 100644 --- a/clang/test/CodeGenObjC/id-isa-codegen.m +++ b/clang/test/CodeGenObjC/id-isa-codegen.m @@ -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** %{{.*}} |

