Fix test for Release builds.
authorEli Friedman <eli.friedman@gmail.com>
Fri, 26 Jul 2013 01:21:11 +0000 (01:21 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 26 Jul 2013 01:21:11 +0000 (01:21 +0000)
llvm-svn: 187178

clang/test/CodeGenObjC/stret_lookup.m

index c9ac713..d19bfb2 100644 (file)
@@ -21,9 +21,9 @@ void test0(void) {
 // HASSTRET: define void @test0()
 // HASSTRET: [[T0:%.*]] = call i8* (i8*, i8*, ...)* (i8*, i8*)* @objc_msg_lookup_stret(i8* bitcast (i64* @_OBJC_CLASS_Test0 to i8*),
 // HASSTRET-NEXT: [[T1:%.*]] = bitcast i8* (i8*, i8*, ...)* [[T0]] to void (%struct.test*, i8*, i8*)*
-// HASSTRET-NEXT: call void [[T1]](%struct.test* sret %tmp, i8* bitcast (i64* @_OBJC_CLASS_Test0 to i8*),
+// HASSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* bitcast (i64* @_OBJC_CLASS_Test0 to i8*),
 
 // NOSTRET: define void @test0()
 // NOSTRET: [[T0:%.*]] = call i8* (i8*, i8*, ...)* (i8*, i8*)* @objc_msg_lookup(i8* %0,
 // NOSTRET-NEXT: [[T1:%.*]] = bitcast i8* (i8*, i8*, ...)* [[T0]] to void (%struct.test*, i8*, i8*)*
-// NOSTRET-NEXT: call void [[T1]](%struct.test* sret %tmp, i8* %0, i8* bitcast ([2 x { i8*, i8* }]*
+// NOSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* %0, i8* bitcast ([2 x { i8*, i8* }]*