Skip to content

Commit

Permalink
Finish the renaming.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168437 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Nov 21, 2012
1 parent 24d5025 commit 6ee1e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Target/Hexagon/HexagonISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion lib/Target/Hexagon/HexagonOperands.td
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- HexagonImmediates.td - Hexagon immediate processing -*- tablegen -*-===//
//===- HexagonOperands.td - Hexagon immediate processing -*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand Down

0 comments on commit 6ee1e08

Please sign in to comment.