X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FSupport%2FOptions.h;h=e1a1ca7215e26b264e91df47acb3d3b088746504;hb=3c12c29cca38740daca0ee920e912cbbf292cf46;hp=047d840676ff54688e22d56095f549068e2ba0d4;hpb=aaf36b40cc16576de179c43fcb9f0f61731cbb3d;p=oota-llvm.git 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(); /// //===----------------------------------------------------------------------===//