summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/stret_lookup.m
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2013-07-26 01:21:11 +0000
committerEli Friedman <eli.friedman@gmail.com>2013-07-26 01:21:11 +0000
commitd46bedc75c78c1a07d381c8ee2f8c6b4ea77f749 (patch)
tree818affd75514869c69e008fce172d1005d23a8e4 /test/CodeGenObjC/stret_lookup.m
parent1652ed1cd2cb63e0d0cb74c67a40d9dc5cab6b89 (diff)
downloadclang-d46bedc75c78c1a07d381c8ee2f8c6b4ea77f749.tar.gz
Fix test for Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/stret_lookup.m')
-rw-r--r--test/CodeGenObjC/stret_lookup.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/stret_lookup.m b/test/CodeGenObjC/stret_lookup.m
index c9ac7131eb..d19bfb28c3 100644
--- a/test/CodeGenObjC/stret_lookup.m
+++ b/test/CodeGenObjC/stret_lookup.m
@@ -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* }]*