summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSandeep Patel <deeppatel1987@gmail.com>2009-10-13 20:25:58 +0000
committerSandeep Patel <deeppatel1987@gmail.com>2009-10-13 20:25:58 +0000
commit7460e0822f1221540350ea8b288b3f9754134012 (patch)
tree1214b8ee125d64efbf31ac494e01ce8cac0711f5 /llvm/lib
parent2dc6f8de03af70291b716a4665b9f6a38c061245 (diff)
downloadbcm5719-llvm-7460e0822f1221540350ea8b288b3f9754134012.tar.gz
bcm5719-llvm-7460e0822f1221540350ea8b288b3f9754134012.zip
Fix method name in comment, per Bob Wilson.
llvm-svn: 84017
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
index 088d1447860..b0b100c8efc 100644
--- a/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
+++ b/llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
@@ -126,7 +126,7 @@ private:
/// 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
OpenPOWER on IntegriCloud