[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h
Evan Cheng
evan.cheng at apple.com
Wed Nov 8 20:29:23 PST 2006
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.87 -> 1.88
---
Log message:
getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT.
---
Diffs of the changes: (+1 -1)
TargetLowering.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.87 llvm/include/llvm/Target/TargetLowering.h:1.88
--- llvm/include/llvm/Target/TargetLowering.h:1.87 Tue Nov 7 03:04:16 2006
+++ llvm/include/llvm/Target/TargetLowering.h Wed Nov 8 22:29:09 2006
@@ -385,7 +385,7 @@
/// getPostIndexedAddressParts - returns true by value, base pointer and
/// offset pointer and addressing mode by reference if this node can be
/// combined with a load / store to form a post-indexed load / store.
- virtual bool getPostIndexedAddressParts(SDNode *N, MVT::ValueType VT,
+ virtual bool getPostIndexedAddressParts(SDNode *N, SDNode *Op,
SDOperand &Base, SDOperand &Offset,
ISD::MemOpAddrMode &AM,
SelectionDAG &DAG) {
More information about the llvm-commits
mailing list