From 3c12c29cca38740daca0ee920e912cbbf292cf46 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Wed, 15 Oct 2014 23:11:40 +0000 Subject: [PATCH] Updating documentation based on my change to remove the template disambiguation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219862 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/Options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/Support/Options.h b/include/llvm/Support/Options.h index 047d840676f..e1a1ca7215e 100644 --- a/include/llvm/Support/Options.h +++ b/include/llvm/Support/Options.h @@ -28,9 +28,9 @@ /// example of reading the above option would be: /// /// ScalarizeLoadStore = -/// M.getContext().template getOption(); +/// M.getContext().getOption(); /// //===----------------------------------------------------------------------===// -- 2.34.1