diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-30 06:29:17 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-30 06:29:17 +0000 |
| commit | 394620bbd81a31eb4efa3fcfe236952f8c1d5213 (patch) | |
| tree | 0ff7f5df1b48e2d3a6907b80ef944574b50a0dfe /llvm/tools/llvmc2/CompilationGraph.h | |
| parent | 401f3d6eab6136056ccf2d1caff173d244a3d6e0 (diff) | |
| download | bcm5719-llvm-394620bbd81a31eb4efa3fcfe236952f8c1d5213.tar.gz bcm5719-llvm-394620bbd81a31eb4efa3fcfe236952f8c1d5213.zip | |
Add a --save-temps option.
llvm-svn: 51760
Diffstat (limited to 'llvm/tools/llvmc2/CompilationGraph.h')
| -rw-r--r-- | llvm/tools/llvmc2/CompilationGraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/CompilationGraph.h b/llvm/tools/llvmc2/CompilationGraph.h index 7dfe78fd2de..4324c38ab85 100644 --- a/llvm/tools/llvmc2/CompilationGraph.h +++ b/llvm/tools/llvmc2/CompilationGraph.h @@ -79,8 +79,6 @@ namespace llvmc { { OutEdges.push_back(llvm::IntrusiveRefCntPtr<Edge>(E)); } // Inward edge counter. Used to implement topological sort. - // TOTHINK: Move the mutable counter back into Tool classes? Makes - // us more const-correct. void IncrInEdges() { ++InEdges; } void DecrInEdges() { --InEdges; } bool HasNoInEdges() const { return InEdges == 0; } |

