Revert a LLVM_OVERRIDE to 'override' change in documentation. My search and replace was a little overzealous.

llvm-svn: 202633
This commit is contained in:
Craig Topper 2014-03-02 10:24:34 +00:00
parent a3dbe84166
commit e67972c462
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For example:
Using Expands-to-Override Macros
================================
Like LLVM's ``override``, several projects have macros that conditionally
Like LLVM's ``LLVM_OVERRIDE``, several projects have macros that conditionally
expand to the ``override`` keyword when compiling with C++11 features enabled.
To maintain compatibility with non-C++11 builds, the Add-Override Transform
supports detection and use of these macros instead of using the ``override``