add a mayLoad property for machine instructions, a correlary to mayStore.
authorChris Lattner <sabre@nondot.org>
Tue, 8 Jan 2008 18:05:21 +0000 (18:05 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Jan 2008 18:05:21 +0000 (18:05 +0000)
commitdcc8b4f5d3f62ae84aae100638085dedeee91588
tree542679010194416ded3b980c89c35f255b63b43d
parente51775dc5e3503092313fe77174127f4f4d17374
add a mayLoad property for machine instructions, a correlary to mayStore.
This is currently not set by anything.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45748 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrDesc.h
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp