store can't read from memory.
authorChris Lattner <sabre@nondot.org>
Thu, 8 May 2008 21:47:43 +0000 (21:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 May 2008 21:47:43 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50869 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instruction.cpp

index 345fd1dd94e9fab52a5776d8022389ca1b64e892..a446cc20a9384a33e184fc2d0eb390e9e5e88cef 100644 (file)
@@ -225,7 +225,6 @@ bool Instruction::mayReadFromMemory() const {
   switch (getOpcode()) {
   default: return false;
   case Instruction::Free:
-  case Instruction::Store:
   case Instruction::VAArg:
     return true;
   case Instruction::Call: