commit | 57cd67f693d3a0646291692b3e0b9ccd4b40b00e | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Wed Jan 28 03:47:58 2009 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Wed Jan 28 03:47:58 2009 +0000 |
tree | 810d13f73cf12276903d74b4d2becd13b18bd55a | |
parent | 5303c75a4929ebb233e612f3b52b7dc4b11ae6b5 [diff] [blame] |
Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63174 91177308-0d34-0410-b5e6-96231b3b80d8
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::isMultiVal() const { - return MultiVal == 1; + return MultiVal > 1; } bool OptionDescription::isExtern() const {