Revert r143202.
authorOwen Anderson <resistor@mac.com>
Fri, 28 Oct 2011 17:38:30 +0000 (17:38 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 28 Oct 2011 17:38:30 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143203 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 93739722cc44d0ad51f500beac5959dc14b2c9a0..b9cbc83f21716bdb90d2edab3399e05e19bf7530 100644 (file)
@@ -1640,7 +1640,7 @@ class CPS<dag iops, string asm_ops>
   let Inst{27-20} = 0b00010000;
   let Inst{19-18} = imod;
   let Inst{17}    = M; // Enabled if mode is set;
-  let Inst{16-9}  = 0b00000000;
+  let Inst{16}    = 0;
   let Inst{8-6}   = iflags;
   let Inst{5}     = 0;
   let Inst{4-0}   = mode;