diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-27 20:35:59 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-27 20:35:59 +0000 |
commit | ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a (patch) | |
tree | 36fdb8fd98252f4c987d49c392e15ed31f10125d /docs/ExtendingLLVM.html | |
parent | 83c4ec0372ea689bdc842cc57c9f599eb92fba14 (diff) |
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExtendingLLVM.html')
-rw-r--r-- | docs/ExtendingLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 8e2a90409c..1c2408ab59 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -108,8 +108,8 @@ function and then be turned into an instruction if warranted.</p> <li><tt>llvm/test/Regression/*</tt>: add your test cases to the test suite.</li> </ol> -<p>If this intrinsic requires code generator support (ie, it cannot be lowered). -You should also add support to the code generator in question.</p> +<p>If this intrinsic requires code generator support (i.e., it cannot be +lowered), you should also add support to the code generator in question.</p> </div> |