aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-01-28 03:47:58 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-01-28 03:47:58 +0000
commit57cd67f693d3a0646291692b3e0b9ccd4b40b00e (patch)
tree810d13f73cf12276903d74b4d2becd13b18bd55a /utils
parent5303c75a4929ebb233e612f3b52b7dc4b11ae6b5 (diff)
downloadexternal_llvm-57cd67f693d3a0646291692b3e0b9ccd4b40b00e.zip
external_llvm-57cd67f693d3a0646291692b3e0b9ccd4b40b00e.tar.gz
external_llvm-57cd67f693d3a0646291692b3e0b9ccd4b40b00e.tar.bz2
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index bd9073d..fc166ef 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -253,7 +253,7 @@ bool OptionDescription::isAlias() const {
}
bool OptionDescription::isMultiVal() const {
- return MultiVal == 1;
+ return MultiVal > 1;
}
bool OptionDescription::isExtern() const {