Updating documentation based on my change to remove the template disambiguation.
[oota-llvm.git] / include / llvm / Support / Options.h
index 047d840676ff54688e22d56095f549068e2ba0d4..e1a1ca7215e26b264e91df47acb3d3b088746504 100644 (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>();
 ///
 //===----------------------------------------------------------------------===//