Rename Instruction::hasSideEffects() -> mayWriteToMemory()
authorChris Lattner <sabre@nondot.org>
Mon, 24 Feb 2003 20:48:32 +0000 (20:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Feb 2003 20:48:32 +0000 (20:48 +0000)
commitf0a93ed9c59d706494496c6fe4e8354864d24aa7
tree814a9c9517aedfe89b7f2e08cf58314ea3633d06
parent9971ac4a36c54488bcdf55d7e493ac0cd6dc168a
Rename Instruction::hasSideEffects() -> mayWriteToMemory()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5620 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instruction.h
include/llvm/iMemory.h
include/llvm/iOther.h
include/llvm/iTerminators.h
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Utils/Local.cpp