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