Updating documentation based on my change to remove the template disambiguation.
authorChris Bieneman <beanz@apple.com>
Wed, 15 Oct 2014 23:11:40 +0000 (23:11 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 15 Oct 2014 23:11:40 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219862 91177308-0d34-0410-b5e6-96231b3b80d8

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