From: Chris Bieneman Date: Wed, 15 Oct 2014 23:11:40 +0000 (+0000) Subject: Updating documentation based on my change to remove the template disambiguation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3c12c29cca38740daca0ee920e912cbbf292cf46;p=oota-llvm.git 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 --- 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(); /// //===----------------------------------------------------------------------===//