[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h
Evan Cheng
evan.cheng at apple.com
Sun Nov 5 01:29:32 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAG.h updated: 1.142 -> 1.143
---
Log message:
Added getIndexedStore.
---
Diffs of the changes: (+2 -0)
SelectionDAG.h | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAG.h
diff -u llvm/include/llvm/CodeGen/SelectionDAG.h:1.142 llvm/include/llvm/CodeGen/SelectionDAG.h:1.143
--- llvm/include/llvm/CodeGen/SelectionDAG.h:1.142 Fri Oct 27 20:34:21 2006
+++ llvm/include/llvm/CodeGen/SelectionDAG.h Sun Nov 5 03:29:04 2006
@@ -327,6 +327,8 @@
SDOperand getTruncStore(SDOperand Chain, SDOperand Value, SDOperand Ptr,
const Value *SV, int SVOffset, MVT::ValueType TVT,
bool isVolatile=false);
+ SDOperand getIndexedStore(SDOperand OrigStoe, SDOperand Base,
+ SDOperand Offset, ISD::MemOpAddrMode AM);
// getSrcValue - construct a node to track a Value* through the backend
SDOperand getSrcValue(const Value* I, int offset = 0);
More information about the llvm-commits
mailing list