diff options
author | Dan Gohman <gohman@apple.com> | 2007-05-24 14:36:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-05-24 14:36:04 +0000 |
commit | 30978078bfa169742f15a0b8cd46aff3f5358552 (patch) | |
tree | 785b3a84fd12d587220151b649678c8589faf7ab /llvm/lib/Transforms/Utils | |
parent | 703e0f86085d6cc9e8c916ea0e163231ea964cf3 (diff) | |
download | bcm5719-llvm-30978078bfa169742f15a0b8cd46aff3f5358552.tar.gz bcm5719-llvm-30978078bfa169742f15a0b8cd46aff3f5358552.zip |
Minor comment cleanups.
llvm-svn: 37321
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r-- | llvm/lib/Transforms/Utils/SimplifyCFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp index f4dc8a98400..6c34d02c15f 100644 --- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp @@ -532,7 +532,7 @@ GetValueEqualityComparisonCases(TerminatorInst *TI, } -// EliminateBlockCases - Given an vector of bb/value pairs, remove any entries +// EliminateBlockCases - Given a vector of bb/value pairs, remove any entries // in the list that match the specified block. static void EliminateBlockCases(BasicBlock *BB, std::vector<std::pair<ConstantInt*, BasicBlock*> > &Cases) { |