projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce96902
)
Fix a typo.
author
Andrew Trick
<atrick@apple.com>
Tue, 5 Apr 2011 19:13:11 +0000
(19:13 +0000)
committer
Andrew Trick
<atrick@apple.com>
Tue, 5 Apr 2011 19:13:11 +0000
(19:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128912
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/CommandLine.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/CommandLine.h
b/include/llvm/Support/CommandLine.h
index 8f1dbe0f54b68ce6e8d307239b944171e76b1116..c57d7dda6c17994559f081d4170a61c547f13710 100644
(file)
--- a/
include/llvm/Support/CommandLine.h
+++ b/
include/llvm/Support/CommandLine.h
@@
-365,7
+365,7
@@
public:
virtual bool compare(const GenericOptionValue &V) const {
const OptionValueCopy<DataType> &VC =
static_cast< const OptionValueCopy<DataType>& >(V);
- if (!VC.hasValue) return false;
+ if (!VC.hasValue
()
) return false;
return compare(VC.getValue());
}
};