From: Rafael Espindola Date: Wed, 21 Nov 2012 16:56:33 +0000 (+0000) Subject: Finish the renaming. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6ee1e0867d24dff28683ec3525e61472c597b6af;p=oota-llvm.git Finish the renaming. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168437 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonISelLowering.cpp b/lib/Target/Hexagon/HexagonISelLowering.cpp index 1c891f14d8f..aec1ed327f9 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(S); diff --git a/lib/Target/Hexagon/HexagonOperands.td b/lib/Target/Hexagon/HexagonOperands.td index 18692c4dcc5..e8ee091cd3d 100644 --- a/lib/Target/Hexagon/HexagonOperands.td +++ b/lib/Target/Hexagon/HexagonOperands.td @@ -1,4 +1,4 @@ -//===- HexagonImmediates.td - Hexagon immediate processing -*- tablegen -*-===// +//===- HexagonOperands.td - Hexagon immediate processing -*- tablegen -*-===// // // The LLVM Compiler Infrastructure //