summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2013-07-26 02:04:44 +0000
committerEli Friedman <eli.friedman@gmail.com>2013-07-26 02:04:44 +0000
commitdcd4cc7ff7534cd718475d4296aefea16fc1dca6 (patch)
tree5f0cf47bda9f4c5fdcdc74c47a9ecbcf9156b6ac /test/CodeGenObjC
parentea7fb0ce25acc04664a2e7c2b24af03cef2c0d1f (diff)
downloadclang-dcd4cc7ff7534cd718475d4296aefea16fc1dca6.tar.gz
Fix test for Release builds.
Attempt 2. Sorry about the noise. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-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 d19bfb28c3..89d184cd6b 100644
--- a/test/CodeGenObjC/stret_lookup.m
+++ b/test/CodeGenObjC/stret_lookup.m
@@ -24,6 +24,6 @@ void test0(void) {
// 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: [[T0:%.*]] = call i8* (i8*, i8*, ...)* (i8*, i8*)* @objc_msg_lookup(i8*
// NOSTRET-NEXT: [[T1:%.*]] = bitcast i8* (i8*, i8*, ...)* [[T0]] to void (%struct.test*, i8*, i8*)*
-// NOSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* %0, i8* bitcast ([2 x { i8*, i8* }]*
+// NOSTRET-NEXT: call void [[T1]](%struct.test* sret {{.*}}, i8* {{.*}}, i8* bitcast ([2 x { i8*, i8* }]*