diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-12-22 00:51:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-12-22 00:51:57 +0000 |
| commit | 84463813a1de55f280cbfb55e540a2251e09802a (patch) | |
| tree | a5c0140440fd7d4f460e709a8eb3f42b917d2b16 /llvm/include | |
| parent | a4d7df7a379542c79da64bae97d1100f9ff6da5f (diff) | |
| download | bcm5719-llvm-84463813a1de55f280cbfb55e540a2251e09802a.tar.gz bcm5719-llvm-84463813a1de55f280cbfb55e540a2251e09802a.zip | |
comment fix: weakvh -> tracking vh
llvm-svn: 91867
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Transforms/Utils/SSAUpdater.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Transforms/Utils/SSAUpdater.h b/llvm/include/llvm/Transforms/Utils/SSAUpdater.h index 23643301a46..927e156abfb 100644 --- a/llvm/include/llvm/Transforms/Utils/SSAUpdater.h +++ b/llvm/include/llvm/Transforms/Utils/SSAUpdater.h @@ -29,8 +29,8 @@ namespace llvm { class SSAUpdater { /// AvailableVals - This keeps track of which value to use on a per-block /// basis. When we insert PHI nodes, we keep track of them here. We use - /// WeakVH's for the value of the map because we RAUW PHI nodes when we - /// eliminate them, and want the WeakVH to track this. + /// TrackingVH's for the value of the map because we RAUW PHI nodes when we + /// eliminate them, and want the TrackingVH's to track this. //typedef DenseMap<BasicBlock*, TrackingVH<Value> > AvailableValsTy; void *AV; |

