aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-08 05:29:33 +0000
committerChris Lattner <sabre@nondot.org>2003-12-08 05:29:33 +0000
commita08bca95a70fcceccc3a5f4de68e4462a95f857d (patch)
treeadd3310e6d755d8a0303cb623f4bac4a02e3345d /include
parent4768dc5705c8d75165a4fa501f27acd5181602d4 (diff)
downloadexternal_llvm-a08bca95a70fcceccc3a5f4de68e4462a95f857d.zip
external_llvm-a08bca95a70fcceccc3a5f4de68e4462a95f857d.tar.gz
external_llvm-a08bca95a70fcceccc3a5f4de68e4462a95f857d.tar.bz2
Since ssaification of the varargs builtings, the vaarg instruction no longer
can write to memory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/iOther.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h
index 8ecf6b0..7a52955 100644
--- a/include/llvm/iOther.h
+++ b/include/llvm/iOther.h
@@ -187,8 +187,6 @@ public:
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) {