From 71429f87316fc88ebe54b904c4b1326a71fbc3ec Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 9 Sep 2009 23:55:03 +0000 Subject: Fix double load / store multiple encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81403 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMInstrFormats.td | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Target/ARM/ARMInstrFormats.td') diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 62e64db..5388197 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -1070,7 +1070,7 @@ class ASI5 opcod1, bits<2> opcod2, dag oops, dag iops, } // Load / store multiple -class AXSI5 pattern> : VFPXI { @@ -1079,7 +1079,7 @@ class AXSI5 pattern> : VFPXI { @@ -1088,7 +1088,6 @@ class AXDI5 opcod1, bits<4> opcod2, bits<4> opcod3, dag oops, dag iops, InstrItinClass itin, string opc, string asm, list pattern> -- cgit v1.1