summaryrefslogtreecommitdiffstats
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
commite701520ab3bf5b4c47762cf5f77bd0880b2dd4e7 (patch)
tree3f6abf5e560500d1da645e9080d07440c6990b4a
parent0f7807375a968e2324e3d13f511969b95dba4e93 (diff)
downloadbcm5719-llvm-e701520ab3bf5b4c47762cf5f77bd0880b2dd4e7.tar.gz
bcm5719-llvm-e701520ab3bf5b4c47762cf5f77bd0880b2dd4e7.zip
Fix test for Release builds.
Attempt 2. Sorry about the noise. llvm-svn: 187183
-rw-r--r--clang/test/CodeGenObjC/stret_lookup.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/stret_lookup.m b/clang/test/CodeGenObjC/stret_lookup.m
index d19bfb28c34..89d184cd6b6 100644
--- a/clang/test/CodeGenObjC/stret_lookup.m
+++ b/clang/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* }]*
OpenPOWER on IntegriCloud