Updating documentation based on my change to remove the template disambiguation.

llvm-svn: 219862
This commit is contained in:
Chris Bieneman 2014-10-15 23:11:40 +00:00
parent 5c4e9551c9
commit 42e929f773
1 changed files with 3 additions and 3 deletions

View File

@ -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>();
///
//===----------------------------------------------------------------------===//