r179606 - modify test to try to make buildbot happy.
Fariborz Jahanian
fjahanian at apple.com
Tue Apr 16 10:18:37 PDT 2013
Author: fjahanian
Date: Tue Apr 16 12:18:37 2013
New Revision: 179606
URL: http://llvm.org/viewvc/llvm-project?rev=179606&view=rev
Log:
modify test to try to make buildbot happy.
Modified:
cfe/trunk/test/CodeGenObjC/tentative-cfconstantstring.m
Modified: cfe/trunk/test/CodeGenObjC/tentative-cfconstantstring.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/tentative-cfconstantstring.m?rev=179606&r1=179605&r2=179606&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/tentative-cfconstantstring.m (original)
+++ cfe/trunk/test/CodeGenObjC/tentative-cfconstantstring.m Tue Apr 16 12:18:37 2013
@@ -35,8 +35,7 @@ static inline void _inlineFunction() {
// CHECK: @_unnamed_cfstring_{{.*}} = private constant %struct.NSConstantString { i32* getelementptr inbounds ([24 x i32]* @__CFConstantStringClassReference, i32 0, i32 0)
// CHECK: define internal void @_inlineFunction()
-// CHECK-NEXT: entry:
-// CHECK-NEXT: [[ZERO:%.*]] = load %struct._class_t** @"\01L_OBJC_CLASSLIST_REFERENCES_
+// CHECK: [[ZERO:%.*]] = load %struct._class_t** @"\01L_OBJC_CLASSLIST_REFERENCES_
// CHECK-NEXT: [[ONE:%.*]] = load i8** @"\01L_OBJC_SELECTOR_REFERENCES_"
// CHECK-NEXT: [[TWO:%.*]] = bitcast %struct._class_t* [[ZERO]] to i8*
// CHECK-NEXT: call{{.*}}@objc_msgSend{{.*}}(i8* [[TWO]], i8* [[ONE]], [[ZERO]]* bitcast (%struct.NSConstantString* @_unnamed_cfstring_{{.*}}
More information about the cfe-commits
mailing list