aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/stret_lookup.m
diff options
context:
space:
mode:
authorJuneyoung Lee <aqjune@gmail.com>2021-11-06 15:39:19 +0900
committerJuneyoung Lee <aqjune@gmail.com>2021-11-06 15:39:19 +0900
commit89ad2822affb7c120c52eddfa22d593af6e1a08a (patch)
treea93dd7f89d6020cbd7ec3ad9cf5ccb09715ab9c5 /clang/test/CodeGenObjC/stret_lookup.m
parent7584ef766a7219b6ee5a400637206d26e0fa98ac (diff)
downloadllvm-89ad2822affb7c120c52eddfa22d593af6e1a08a.zip
llvm-89ad2822affb7c120c52eddfa22d593af6e1a08a.tar.gz
llvm-89ad2822affb7c120c52eddfa22d593af6e1a08a.tar.bz2
Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and turn it off by default"
This reverts commit 7584ef766a7219b6ee5a400637206d26e0fa98ac.
Diffstat (limited to 'clang/test/CodeGenObjC/stret_lookup.m')
-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 4898420..b97adac 100644
--- a/clang/test/CodeGenObjC/stret_lookup.m
+++ b/clang/test/CodeGenObjC/stret_lookup.m
@@ -21,9 +21,9 @@ void test0(void) {
// HASSTRET-LABEL: define{{.*}} void @test0()
// HASSTRET: [[T0:%.*]] = call 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(%struct.test) {{.*}}, i8* noundef bitcast (i64* @_OBJC_CLASS_Test0 to i8*),
+// HASSTRET-NEXT: call void [[T1]](%struct.test* sret(%struct.test) {{.*}}, i8* bitcast (i64* @_OBJC_CLASS_Test0 to i8*),
// NOSTRET-LABEL: define{{.*}} void @test0()
// NOSTRET: [[T0:%.*]] = call 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(%struct.test) {{.*}}, i8* {{.*}}, i8* noundef bitcast ([2 x { i8*, i8* }]*
+// NOSTRET-NEXT: call void [[T1]](%struct.test* sret(%struct.test) {{.*}}, i8* {{.*}}, i8* bitcast ([2 x { i8*, i8* }]*