diff options
Diffstat (limited to 'clang/test/CodeGen/ppc64-varargs-struct.c')
-rw-r--r-- | clang/test/CodeGen/ppc64-varargs-struct.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/CodeGen/ppc64-varargs-struct.c b/clang/test/CodeGen/ppc64-varargs-struct.c index 3c7e7cb6bc1..e69332ead43 100644 --- a/clang/test/CodeGen/ppc64-varargs-struct.c +++ b/clang/test/CodeGen/ppc64-varargs-struct.c @@ -18,12 +18,6 @@ void testva (int n, ...) // CHECK: bitcast %struct.x* %{{[0-9]+}} to i8* // CHECK: call void @llvm.memcpy - __int128_t u = va_arg (ap, __int128_t); -// CHECK: ptrtoint i8* %{{[a-z.0-9]*}} to i64 -// CHECK: add i64 %{{[0-9]+}}, 15 -// CHECK: and i64 %{{[0-9]+}}, 4294967280 -// CHECK: inttoptr i64 %{{[0-9]+}} to i8* - int v = va_arg (ap, int); // CHECK: ptrtoint i8* %{{[a-z.0-9]*}} to i64 // CHECK: add i64 %{{[0-9]+}}, 4 |