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 | 23f7ad07dc5a82b7b685cb11049a3ffa899c3b1f (patch) | |
tree | 8cbda1bb707295893d4374c9fe66f59012aa1fe9 /llvm/docs/ExtendingLLVM.html | |
parent | bfff18a86982d3c3fc377ca708d460ad674182ab (diff) | |
download | bcm5719-llvm-23f7ad07dc5a82b7b685cb11049a3ffa899c3b1f.tar.gz bcm5719-llvm-23f7ad07dc5a82b7b685cb11049a3ffa899c3b1f.zip |
Fix grammar.
llvm-svn: 16529
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index 8e2a90409cb..1c2408ab59d 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/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> |