diff options
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> |