[llvm-commits] CVS: llvm/lib/Transforms/Utils/SimplifyCFG.cpp

Dan Gohman djg at cray.com
Thu May 24 07:36:41 PDT 2007



Changes in directory llvm/lib/Transforms/Utils:

SimplifyCFG.cpp updated: 1.121 -> 1.122
---
Log message:

Minor comment cleanups.


---
Diffs of the changes:  (+1 -1)

 SimplifyCFG.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Utils/SimplifyCFG.cpp
diff -u llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.121 llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.122
--- llvm/lib/Transforms/Utils/SimplifyCFG.cpp:1.121	Tue Apr 17 12:47:54 2007
+++ llvm/lib/Transforms/Utils/SimplifyCFG.cpp	Thu May 24 09:36:04 2007
@@ -532,7 +532,7 @@
 }
 
 
-// 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) {






More information about the llvm-commits mailing list