[llvm-commits] [llvm] r117741 - /llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp

Jim Grosbach grosbach at apple.com
Fri Oct 29 16:21:57 PDT 2010


Author: grosbach
Date: Fri Oct 29 18:21:57 2010
New Revision: 117741

URL: http://llvm.org/viewvc/llvm-project?rev=117741&view=rev
Log:
80 column fix.

Modified:
    llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp?rev=117741&r1=117740&r2=117741&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMCodeEmitter.cpp Fri Oct 29 18:21:57 2010
@@ -194,8 +194,8 @@
         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





More information about the llvm-commits mailing list