We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529a8a3 commit ddc8010Copy full SHA for ddc8010
clang/test/CodeGen/object-size-sub-object.c
@@ -44,7 +44,7 @@ size_t ret;
44
// CHECK-NEXT: store ptr [[P]], ptr [[P_ADDR]], align 8
45
// CHECK-NEXT: store i32 [[IDX]], ptr [[IDX_ADDR]], align 4
46
// CHECK-NEXT: [[TMP0:%.*]] = load ptr, ptr [[P_ADDR]], align 8
47
-// CHECK-NEXT: [[TMP1:%.*]] = call i64 @llvm.objectsize.i64.p0(ptr [[TMP0]], i1 false, i1 true, i1 true, i1 false, i64 216, i64 0)
+// CHECK-NEXT: [[TMP1:%.*]] = call i64 @llvm.objectsize.i64.p0(ptr [[TMP0]], i1 false, i1 true, i1 true, i1 false, i64 0, i64 0)
48
// CHECK-NEXT: ret i64 [[TMP1]]
49
//
50
size_t test1(struct test_struct *p, int idx) {
0 commit comments