summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonISelLowering.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-11-21 16:56:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-11-21 16:56:33 +0000
commit6ee1e0867d24dff28683ec3525e61472c597b6af (patch)
treebdb2bd748e41d2c97fb6c9749ea9f6d234c00581 /lib/Target/Hexagon/HexagonISelLowering.cpp
parent24d5025d8d56a1a8fd9e7abcac71842b83b8f97b (diff)
downloadllvm-6ee1e0867d24dff28683ec3525e61472c597b6af.tar.gz
llvm-6ee1e0867d24dff28683ec3525e61472c597b6af.tar.bz2
llvm-6ee1e0867d24dff28683ec3525e61472c597b6af.tar.xz
Finish the renaming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonISelLowering.cpp')
-rw-r--r--lib/Target/Hexagon/HexagonISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/HexagonISelLowering.cpp b/lib/Target/Hexagon/HexagonISelLowering.cpp
index 1c891f14d8..aec1ed327f 100644
--- a/lib/Target/Hexagon/HexagonISelLowering.cpp
+++ b/lib/Target/Hexagon/HexagonISelLowering.cpp
@@ -608,7 +608,7 @@ static bool getIndexedAddressParts(SDNode *Ptr, EVT VT,
// TODO: Put this function along with the other isS* functions in
// HexagonISelDAGToDAG.cpp into a common file. Or better still, use the
-// functions defined in HexagonImmediates.td.
+// functions defined in HexagonOperands.td.
static bool Is_PostInc_S4_Offset(SDNode * S, int ShiftAmount) {
ConstantSDNode *N = cast<ConstantSDNode>(S);