diff options
| author | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-10 18:26:23 +0000 |
|---|---|---|
| committer | Roman Lebedev <lebedev.ri@gmail.com> | 2019-04-10 18:26:23 +0000 |
| commit | 163157378ee8ff2975cec933ab9ae31761b6ffff (patch) | |
| tree | b41ef662f3d9bebaa6c2cbcc1dd39ac50562a483 | |
| parent | 7ae29f574260811ce12fcf09bf5b27e058e2719e (diff) | |
| download | bcm5719-llvm-163157378ee8ff2975cec933ab9ae31761b6ffff.tar.gz bcm5719-llvm-163157378ee8ff2975cec933ab9ae31761b6ffff.zip | |
[kate] Add '!mul' operator that was introduced in D58775
llvm-svn: 358116
| -rw-r--r-- | llvm/utils/kate/llvm-tablegen.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/kate/llvm-tablegen.xml b/llvm/utils/kate/llvm-tablegen.xml index ccca1d3cf14..92d6d01fd02 100644 --- a/llvm/utils/kate/llvm-tablegen.xml +++ b/llvm/utils/kate/llvm-tablegen.xml @@ -16,6 +16,7 @@ <item> !tail </item> <item> !con </item> <item> !add </item> + <item> !mul </item> <item> !shl </item> <item> !sra </item> <item> !srl </item> |

