rename isStore -> mayStore to more accurately reflect what it captures.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 08:36:04 +0000 (08:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Jan 2008 08:36:04 +0000 (08:36 +0000)
commit2e48a70b35635165703838fc8d3796b664207aa1
treea6a26cefc34c30d6506057ef070a82b9768fe1fe
parent920595a960fbebbf614dd159d54fc2e7ea279c22
rename isStore -> mayStore to more accurately reflect what it captures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45656 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/LinkAllPasses.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Transforms/Scalar.h
lib/CodeGen/BranchFolding.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/IA64/IA64InstrInfo.td
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/Target.td
lib/Target/TargetSelectionDAG.td
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp