From 775e635b5ab2370b4ff0b412c50b13bad85a27b9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Sep 2010 06:09:31 +0000 Subject: update a bunch of tests that are using the x86 backend instead of grepping IR :( llvm-svn: 114535 --- clang/test/CodeGenObjC/objc2-weak-block-call.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/CodeGenObjC/objc2-weak-block-call.m') diff --git a/clang/test/CodeGenObjC/objc2-weak-block-call.m b/clang/test/CodeGenObjC/objc2-weak-block-call.m index a3514b0caa0..4f7b554f454 100644 --- a/clang/test/CodeGenObjC/objc2-weak-block-call.m +++ b/clang/test/CodeGenObjC/objc2-weak-block-call.m @@ -24,6 +24,6 @@ void foo(MyView *(^obj)(void)) ; // CHECK-LP64: callq _objc_read_weak // CHECK-LP64: callq _objc_read_weak -// CHECK-LP32: call L_objc_read_weak -// CHECK-LP32: call L_objc_read_weak +// CHECK-LP32: calll L_objc_read_weak +// CHECK-LP32: calll L_objc_read_weak -- cgit v1.2.3