forked from OSchip/llvm-project
Updating documentation based on my change to remove the template disambiguation.
llvm-svn: 219862
This commit is contained in:
parent
5c4e9551c9
commit
42e929f773
|
@ -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>();
|
||||
///
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
Loading…
Reference in New Issue