projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c4e955
)
Updating documentation based on my change to remove the template disambiguation.
author
Chris Bieneman
<beanz@apple.com>
Wed, 15 Oct 2014 23:11:40 +0000
(23:11 +0000)
committer
Chris Bieneman
<beanz@apple.com>
Wed, 15 Oct 2014 23:11:40 +0000
(23:11 +0000)
llvm-svn: 219862
llvm/include/llvm/Support/Options.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/Options.h
b/llvm/include/llvm/Support/Options.h
index
047d840
..
e1a1ca7
100644
(file)
--- a/
llvm/include/llvm/Support/Options.h
+++ b/
llvm/include/llvm/Support/Options.h
@@
-28,9
+28,9
@@
/// example of reading the above option would be:
///
/// ScalarizeLoadStore =
-/// M.getContext().
template
getOption<bool,
-///
Scalarizer,
-///
&Scalarizer::ScalarizeLoadStore>();
+/// M.getContext().getOption<bool,
+/// Scalarizer,
+/// &Scalarizer::ScalarizeLoadStore>();
///
//===----------------------------------------------------------------------===//