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:
Anders Carlsson
2010-01-02 01:01:18 +00:00
parent 2e4be2c340
commit e36a6b3e44
9 changed files with 209 additions and 90 deletions

View File

@@ -5,4 +5,4 @@ struct A { A(int x = 2); };
struct B : public A {};
B x;
// CHECK: call void @_ZN1AC1Ei
// CHECK: call void @_ZN1AC2Ei