From: Misha Brukman
Date: Mon, 27 Sep 2004 20:35:59 +0000 (+0000)
Subject: Fix grammar.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad405ce3d2cfb389d3dbf7d22da6b693f7eaa06a;p=oota-llvm.git
Fix grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16529 91177308-0d34-0410-b5e6-96231b3b80d8
---
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.