diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-02-03 06:49:24 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-02-03 06:49:24 +0000 |
| commit | b2b9d6f0fbb2bb1c42ff37eba04f91816b456f22 (patch) | |
| tree | dfa851cdcac00f7e655d0c96facc8105906cf631 /clang/CodeGen/CodeGenModule.cpp | |
| parent | 1770fb883b01ba4f0072111c9221fecd1b954c3f (diff) | |
| download | bcm5719-llvm-b2b9d6f0fbb2bb1c42ff37eba04f91816b456f22.tar.gz bcm5719-llvm-b2b9d6f0fbb2bb1c42ff37eba04f91816b456f22.zip | |
Change the 'global modification' APIs in SelectionDAG to take a new
DAGUpdateListener object pointer instead of just returning a vector
of deleted nodes. This makes the interfaces more efficient (no more
allocating a vector [at least a malloc], filling it in, then walking
it) and more clean. This also allows the client to be notified of
nodes that are *changed* but not deleted.
llvm-svn: 46677
Diffstat (limited to 'clang/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions

