diff options
author | Hans Wennborg <hans@hanshq.net> | 2013-06-04 11:22:30 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2013-06-04 11:22:30 +0000 |
commit | deb2e9c42f23b25dcbffa0a34b15c5d1b15f26a5 (patch) | |
tree | c0256ca00b67e378b286f69058a7fbe83d14ad53 /lib | |
parent | f102f31e15ac9c98f68aa1eaec82dffea966ad5e (diff) | |
download | external_llvm-deb2e9c42f23b25dcbffa0a34b15c5d1b15f26a5.zip external_llvm-deb2e9c42f23b25dcbffa0a34b15c5d1b15f26a5.tar.gz external_llvm-deb2e9c42f23b25dcbffa0a34b15c5d1b15f26a5.tar.bz2 |
Typo: s/caes/cases/ in SimplifyCFG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Transforms/Utils/SimplifyCFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/SimplifyCFG.cpp b/lib/Transforms/Utils/SimplifyCFG.cpp index 96570fe..1b491c0 100644 --- a/lib/Transforms/Utils/SimplifyCFG.cpp +++ b/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, |