Correctly pass VTT parameters to constructors and destructors. The VTTs aren't yet used in the ctors/dtors, but that will follow.
llvm-svn: 92409
This commit is contained in:
@@ -5,4 +5,4 @@ struct A { A(int x = 2); };
|
||||
struct B : public A {};
|
||||
B x;
|
||||
|
||||
// CHECK: call void @_ZN1AC1Ei
|
||||
// CHECK: call void @_ZN1AC2Ei
|
||||
|
||||
Reference in New Issue
Block a user