commit | e364998030976d19f2ad359930b86bfa48d17243 | [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 | 68937870c538452f5f07f4ae885e7eab3cec1a1b [diff] |
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 {