diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html index 8e2a90409cb..1c2408ab59d 100644 --- a/docs/ExtendingLLVM.html +++ b/docs/ExtendingLLVM.html @@ -108,8 +108,8 @@ function and then be turned into an instruction if warranted.

  • llvm/test/Regression/*: add your test cases to the test suite.
  • -

    If this intrinsic requires code generator support (ie, it cannot be lowered). -You should also add support to the code generator in question.

    +

    If this intrinsic requires code generator support (i.e., it cannot be +lowered), you should also add support to the code generator in question.