diff options
| author | Oliver Cruickshank <oliver.cruickshank@arm.com> | 2019-07-31 10:08:09 +0000 |
|---|---|---|
| committer | Oliver Cruickshank <oliver.cruickshank@arm.com> | 2019-07-31 10:08:09 +0000 |
| commit | e7241e859263cfaeb14774d5460e22261d99007a (patch) | |
| tree | 7b01395722b4ed776ccb8b8228d79393396723f2 | |
| parent | c87581c4d46e5db3dfd5776d323fa7535e6669e7 (diff) | |
| download | bcm5719-llvm-e7241e859263cfaeb14774d5460e22261d99007a.tar.gz bcm5719-llvm-e7241e859263cfaeb14774d5460e22261d99007a.zip | |
[NFC] Test Commit
llvm-svn: 367405
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrMVE.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrMVE.td b/llvm/lib/Target/ARM/ARMInstrMVE.td index 6a792858494..aae58a59586 100644 --- a/llvm/lib/Target/ARM/ARMInstrMVE.td +++ b/llvm/lib/Target/ARM/ARMInstrMVE.td @@ -3655,8 +3655,8 @@ let Predicates = [HasMVEFloat] in { } class MVE_VFMAMLA_qr<string iname, string suffix, - bit bit_28, bits<2> bits_21_20, bit S, - list<dag> pattern=[]> + bit bit_28, bits<2> bits_21_20, bit S, + list<dag> pattern=[]> : MVE_qDestSrc_rSrc<iname, suffix, pattern> { let Inst{28} = bit_28; |

