Skip to content
Commit e828c369 authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Add a special BuildVirtualCall that's going to be used for building calls to...

Add a special BuildVirtualCall that's going to be used for building calls to destructors. This is needed because when compiling:

struct A {
	virtual ~A();
};

void f(A* a) {
	delete a;
}

A's deleting destructor should be called.

llvm-svn: 87083
parent 78cfaa9e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment