1 // RUN: %clang_cc1 -triple mips64el-unknown-linux -O3 -target-abi n64 -o - -emit-llvm %s | FileCheck %s
14 class D1
: public B1
{
19 class D2
: public B0
{
27 // CHECK: define{{.*}} inreg { i64, i64 } @_Z4foo1v()
32 // CHECK: define{{.*}} inreg { double, float } @_Z4foo2v()
37 // CHECK-LABEL: define{{.*}} void @_Z4foo32D2(i64 inreg %a0.coerce0, double inreg %a0.coerce1)
42 // CHECK-LABEL: define{{.*}} void @_Z4foo42D0(i64 inreg %a0.coerce0, i64 inreg %a0.coerce1)