| Index: src/IceInstARM32.cpp
|
| diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp
|
| index 2560b7cd7850ed3dfec5b551d934ce284b7b0c3d..9769db8659b6d2ae2204d679cd2cd2e05468154a 100644
|
| --- a/src/IceInstARM32.cpp
|
| +++ b/src/IceInstARM32.cpp
|
| @@ -2221,9 +2221,9 @@ template class InstARM32ThreeAddrGPR<InstARM32::Udiv>;
|
| template class InstARM32ThreeAddrFP<InstARM32::Vadd>;
|
| template class InstARM32ThreeAddrFP<InstARM32::Vdiv>;
|
| template class InstARM32ThreeAddrFP<InstARM32::Veor>;
|
| +template class InstARM32FourAddrFP<InstARM32::Vmla>;
|
| +template class InstARM32FourAddrFP<InstARM32::Vmls>;
|
| template class InstARM32ThreeAddrFP<InstARM32::Vmul>;
|
| -template class InstARM32ThreeAddrFP<InstARM32::Vmla>;
|
| -template class InstARM32ThreeAddrFP<InstARM32::Vmls>;
|
| template class InstARM32ThreeAddrFP<InstARM32::Vsub>;
|
|
|
| template class InstARM32LoadBase<InstARM32::Ldr>;
|
|
|