From: Jim Grosbach Date: Fri, 10 Dec 2010 20:47:29 +0000 (+0000) Subject: Trailing whitespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a79bd0e1e0df2358bd8d1d1d5bf30bdfc0141f67;p=oota-llvm.git Trailing whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121521 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 8a7603ad909..e936dc575b8 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -906,7 +906,7 @@ class T1LdStSP opB> : T1LoadStore<0b1001, opB>; // SP relative // Helper classes to encode Thumb1 loads and stores. For immediates, the // following bits are used for "opA" (see A6.2.4): -// +// // 0b0110 => Immediate, 4 bytes // 0b1000 => Immediate, 2 bytes // 0b0111 => Immediate, 1 byte @@ -1020,7 +1020,7 @@ class T2Ii8s4 Rt; bits<4> Rt2; bits<13> addr; @@ -1068,11 +1068,11 @@ class T2Iidxldst opcod, bit load, bit pre, // (P, W) = (1, 1) Pre-indexed or (0, 1) Post-indexed let Inst{10} = pre; // The P bit. let Inst{8} = 1; // The W bit. - + bits<9> addr; let Inst{7-0} = addr{7-0}; - let Inst{9} = addr{8}; // Sign bit - + let Inst{9} = addr{8}; // Sign bit + bits<4> Rt; bits<4> Rn; let Inst{15-12} = Rt{3-0};