]> granicus.if.org Git - clang/commitdiff
fix test.
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 31 Jan 2012 01:05:11 +0000 (01:05 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 31 Jan 2012 01:05:11 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149313 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/ns_consume_null_check.m

index ae9408c333ce68578e25db0119f8ed7e7164a8e7..e3b60759e91b3f0ffe48901be206dd0219a64259 100644 (file)
@@ -22,8 +22,8 @@ void foo()
 // CHECK-NEXT:  [[SIX:%.*]] = bitcast
 // CHECK-NEXT:  [[SEVEN:%.*]]  = icmp eq i8* [[SIX]], null
 // CHECK-NEXT:  br i1 [[SEVEN]], label [[NULLINIT:%.*]], label [[CALL_LABEL:%.*]]
-// CHECK:  %msgSend_fn = load i8** getelementptr inbounds
-// CHECK-NEXT:  [[EIGHT:%.*]] = bitcast i8* %msgSend_fn
+// CHECK:  [[FN:%.*]] = load i8** getelementptr inbounds
+// CHECK-NEXT:  [[EIGHT:%.*]] = bitcast i8* [[FN]]
 // CHECK-NEXT:  [[CALL:%.*]] = call signext i8 [[EIGHT]]
 // CHECK-NEXT  store i8 [[CALL]], i8* [[TMP]]
 // CHECK-NEXT  br label [[CONT:%.*]]