summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-01-31 01:05:11 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-01-31 01:05:11 +0000
commitf20f46c94ec807ede9a8c4da36dbe73a938cecc9 (patch)
treecc2605cbc5217c563bf58dfb645e2d2346570c3b /test/CodeGenObjC
parent72e93068c9f2a2f05f5932cdd917c0d2961f11d9 (diff)
fix test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r--test/CodeGenObjC/ns_consume_null_check.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/ns_consume_null_check.m b/test/CodeGenObjC/ns_consume_null_check.m
index ae9408c333..e3b60759e9 100644
--- a/test/CodeGenObjC/ns_consume_null_check.m
+++ b/test/CodeGenObjC/ns_consume_null_check.m
@@ -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:%.*]]