[llvm-commits] CVS: llvm/include/llvm/iOther.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 7 23:30:02 PST 2003
Changes in directory llvm/include/llvm:
iOther.h updated: 1.42 -> 1.43
---
Log message:
Since ssaification of the varargs builtings, the vaarg instruction no longer
can write to memory.
---
Diffs of the changes: (+0 -2)
Index: llvm/include/llvm/iOther.h
diff -u llvm/include/llvm/iOther.h:1.42 llvm/include/llvm/iOther.h:1.43
--- llvm/include/llvm/iOther.h:1.42 Sun Nov 16 14:21:15 2003
+++ llvm/include/llvm/iOther.h Sun Dec 7 23:29:33 2003
@@ -187,8 +187,6 @@
virtual Instruction *clone() const { return new VAArgInst(*this); }
- bool mayWriteToMemory() const { return true; }
-
// Methods for support type inquiry through isa, cast, and dyn_cast:
static inline bool classof(const VAArgInst *) { return true; }
static inline bool classof(const Instruction *I) {
More information about the llvm-commits
mailing list