diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-09 21:26:24 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-03-09 21:26:24 +0000 |
| commit | 86048dc2e508a5d2ac3a67687ffe1a4b7c687185 (patch) | |
| tree | acedf0858ca33ca93fc92a82fac0f74926e007cf | |
| parent | 791c08734aa802dcf454b67a97eba9c43dbda088 (diff) | |
| download | bcm5719-llvm-86048dc2e508a5d2ac3a67687ffe1a4b7c687185.tar.gz bcm5719-llvm-86048dc2e508a5d2ac3a67687ffe1a4b7c687185.zip | |
Reverse the code gen. enabled part of test until I can figure out
how to check the code pattern no matter how clang is built.
llvm-svn: 98079
| -rw-r--r-- | clang/test/CodeGenObjC/id-isa-codegen.m | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/clang/test/CodeGenObjC/id-isa-codegen.m b/clang/test/CodeGenObjC/id-isa-codegen.m index a1f3d66a59e..cc71e7c6d00 100644 --- a/clang/test/CodeGenObjC/id-isa-codegen.m +++ b/clang/test/CodeGenObjC/id-isa-codegen.m @@ -1,5 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s -// RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm -o - %s | FileCheck -check-prefix LP32 %s +// RUN: %clang_cc1 -emit-llvm -o %t %s typedef struct objc_class *Class; @@ -64,10 +63,3 @@ id Test2() { ((id)cat)->isa = dynamicSubclass; } @end -// CHECK-LP64: %tmp2 = load i8** % -// CHECK-LP64: %1 = bitcast i8* %tmp2 to i8** -// CHECK-LP64: store i8* %tmp, i8** %1 - -// CHECK-LP32: %tmp2 = load i8** % -// CHECK-LP32: %1 = bitcast i8* %tmp2 to i8** -// CHECK-LP32: store i8* %tmp, i8** %1 |

