summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-06-04 11:22:30 +0000
committerHans Wennborg <hans@hanshq.net>2013-06-04 11:22:30 +0000
commit5cf30be6e4c70bb06482e7d90e4d5bf491abd208 (patch)
treeb4ef2f97c474ce3ce6bc4fe8dcb62bc6acb64f93 /llvm/lib/Transforms
parentb256ac75844a6ce8ca85e7afa5ff38efa136d65e (diff)
downloadbcm5719-llvm-5cf30be6e4c70bb06482e7d90e4d5bf491abd208.tar.gz
bcm5719-llvm-5cf30be6e4c70bb06482e7d90e4d5bf491abd208.zip
Typo: s/caes/cases/ in SimplifyCFG
llvm-svn: 183219
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index 96570fe38d7..1b491c098cf 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -3658,7 +3658,7 @@ bool SwitchLookupTable::WouldFitInRegister(const DataLayout *TD,
}
/// 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,
OpenPOWER on IntegriCloud