aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-30 04:35:26 +0000
committerChris Lattner <sabre@nondot.org>2003-10-30 04:35:26 +0000
commitc7f1cfb1fde6adbab498b8c227c101edbb72ceeb (patch)
tree7de00c1baed1ef2efd836335dab3a3e39d991474 /docs/LangRef.html
parentf9e8a0f03f2749dd8e3f4e311592be6106742396 (diff)
downloadexternal_llvm-c7f1cfb1fde6adbab498b8c227c101edbb72ceeb.zip
external_llvm-c7f1cfb1fde6adbab498b8c227c101edbb72ceeb.tar.gz
external_llvm-c7f1cfb1fde6adbab498b8c227c101edbb72ceeb.tar.bz2
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index a664f32..03235ec 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -1606,7 +1606,7 @@ The type of the incoming values are specified with the first type field. After
this, the '<tt>phi</tt>' instruction takes a list of pairs as arguments, with
one pair for each predecessor basic block of the current block. Only values of
<a href="#t_firstclass">first class</a> type may be used as the value arguments
-to the PHI node. Only labels be used as the label arguments.<p>
+to the PHI node. Only labels may be used as the label arguments.<p>
There must be no non-phi instructions between the start of a basic block and the
PHI instructions: i.e. PHI instructions must be first in a basic block.<p>