diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-11-21 16:56:33 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-11-21 16:56:33 +0000 |
commit | b90c5f12f055112fe6571481f102201d904219b8 (patch) | |
tree | 8e0664968700491be138a32862e3c711597fd5d4 /llvm/lib/Target | |
parent | f3c186861fb0591ea0fdb8fc27c0a824c9fdfb9d (diff) | |
download | bcm5719-llvm-b90c5f12f055112fe6571481f102201d904219b8.tar.gz bcm5719-llvm-b90c5f12f055112fe6571481f102201d904219b8.zip |
Finish the renaming.
llvm-svn: 168437
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonOperands.td | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp index 1c891f14d8f..aec1ed327f9 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp +++ b/llvm/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); diff --git a/llvm/lib/Target/Hexagon/HexagonOperands.td b/llvm/lib/Target/Hexagon/HexagonOperands.td index 18692c4dcc5..e8ee091cd3d 100644 --- a/llvm/lib/Target/Hexagon/HexagonOperands.td +++ b/llvm/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 // |