[llvm] r183219 - Typo: s/caes/cases/ in SimplifyCFG

Hans Wennborg hans at hanshq.net
Tue Jun 4 04:22:31 PDT 2013


Author: hans
Date: Tue Jun  4 06:22:30 2013
New Revision: 183219

URL: http://llvm.org/viewvc/llvm-project?rev=183219&view=rev
Log:
Typo: s/caes/cases/ in SimplifyCFG

Modified:
    llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Modified: llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp?rev=183219&r1=183218&r2=183219&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp Tue Jun  4 06:22:30 2013
@@ -3658,7 +3658,7 @@ bool SwitchLookupTable::WouldFitInRegist
 }
 
 /// ShouldBuildLookupTable - Determine whether a lookup table should be built
-/// for this switch, based on the number of caes, size of the table and the
+/// for this switch, based on the number of cases, size of the table and the
 /// types of the results.
 static bool ShouldBuildLookupTable(SwitchInst *SI,
                                    uint64_t TableSize,





More information about the llvm-commits mailing list