diff options
Diffstat (limited to 'llvm/docs/TableGen/LangIntro.rst')
-rw-r--r-- | llvm/docs/TableGen/LangIntro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/LangIntro.rst b/llvm/docs/TableGen/LangIntro.rst index dcb03f58f79..1a5f8b9ab30 100644 --- a/llvm/docs/TableGen/LangIntro.rst +++ b/llvm/docs/TableGen/LangIntro.rst @@ -284,7 +284,7 @@ supported include: The usual shift operators. Operations are on 64-bit integers, the result is undefined for shift counts outside [0, 63]. -``!add(a,b,...)`` ``!and(a,b,...)`` ``!or(a,b,...)`` +``!add(a,b,...)`` ``!mul(a,b,...)`` ``!and(a,b,...)`` ``!or(a,b,...)`` The usual arithmetic and binary operators. Note that all of the values have rules specifying how they convert to values |