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)
llvm-svn: 219862

llvm/include/llvm/Support/Options.h

index 047d840..e1a1ca7 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>();
 ///
 //===----------------------------------------------------------------------===//