OSDN Git Service

Finish the renaming.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Nov 2012 16:56:33 +0000 (16:56 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 21 Nov 2012 16:56:33 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168437 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/Hexagon/HexagonOperands.td

index 1c891f1..aec1ed3 100644 (file)
@@ -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);
 
index 18692c4..e8ee091 100644 (file)
@@ -1,4 +1,4 @@
-//===- HexagonImmediates.td - Hexagon immediate processing -*- tablegen -*-===//
+//===- HexagonOperands.td - Hexagon immediate processing -*- tablegen -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //