From: Evan Cheng Date: Mon, 10 Sep 2007 22:22:23 +0000 (+0000) Subject: 80 col. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be36798bfe473b13bcb361f44f63aeb129892a2a;p=oota-llvm.git 80 col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41812 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 4f075a3f56e..fe26e252773 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -418,8 +418,9 @@ class PseudoInst pattern> } // Almost all ARM instructions are predicable. -class I opcod, dag oops, dag iops, AddrMode am, SizeFlagVal sz, IndexMode im, - Format f, string opc, string asm, string cstr, list pattern> +class I opcod, dag oops, dag iops, AddrMode am, SizeFlagVal sz, + IndexMode im, Format f, string opc, string asm, string cstr, + list pattern> : InstARM { let OutOperandList = oops; let InOperandList = !con(iops, (ops pred:$p)); @@ -431,8 +432,9 @@ class I opcod, dag oops, dag iops, AddrMode am, SizeFlagVal sz, IndexMod // Same as I except it can optionally modify CPSR. Note it's modeled as // an input operand since by default it's a zero register. It will // become an implicit def once it's "flipped". -class sI opcod, dag oops, dag iops, AddrMode am, SizeFlagVal sz, IndexMode im, - Format f, string opc, string asm, string cstr, list pattern> +class sI opcod, dag oops, dag iops, AddrMode am, SizeFlagVal sz, + IndexMode im, Format f, string opc, string asm, string cstr, + list pattern> : InstARM { let OutOperandList = oops; let InOperandList = !con(iops, (ops pred:$p, cc_out:$s));