[llvm-commits] [llvm] r84017 - /llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp

Sandeep Patel deeppatel1987 at gmail.com
Tue Oct 13 13:25:59 PDT 2009


Author: sandeep
Date: Tue Oct 13 15:25:58 2009
New Revision: 84017

URL: http://llvm.org/viewvc/llvm-project?rev=84017&view=rev
Log:
Fix method name in comment, per Bob Wilson.

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

Modified: llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp?rev=84017&r1=84016&r2=84017&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelDAGToDAG.cpp Tue Oct 13 15:25:58 2009
@@ -126,7 +126,7 @@
   /// SelectDYN_ALLOC - Select dynamic alloc for Thumb.
   SDNode *SelectDYN_ALLOC(SDValue Op);
 
-  /// SelectV6T2BitfielsOp - Select SBFX/UBFX instructions for ARM.
+  /// SelectV6T2BitfieldExtractOp - Select SBFX/UBFX instructions for ARM.
   SDNode *SelectV6T2BitfieldExtractOp(SDValue Op, unsigned Opc);
 
   /// SelectInlineAsmMemoryOperand - Implement addressing mode selection for





More information about the llvm-commits mailing list