From: Jim Grosbach Date: Fri, 29 Oct 2010 23:21:57 +0000 (+0000) Subject: 80 column fix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c4bc2111a75dc1ba2383a7021dc95750b3398efe;p=oota-llvm.git 80 column fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117741 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMCodeEmitter.cpp b/lib/Target/ARM/ARMCodeEmitter.cpp index 4f8b3ca5f61..f5d63a8ac04 100644 --- a/lib/Target/ARM/ARMCodeEmitter.cpp +++ b/lib/Target/ARM/ARMCodeEmitter.cpp @@ -194,8 +194,8 @@ namespace { Binary |= (Reg << 13); return Binary; } - unsigned getNEONVcvtImm32OpValue(const MachineInstr &MI, unsigned Op) const { - return 0; } + unsigned getNEONVcvtImm32OpValue(const MachineInstr &MI, unsigned Op) + const { return 0; } /// getMovi32Value - Return binary encoding of operand for movw/movt. If the /// machine operand requires relocation, record the relocation and return