OSDN Git Service

Add a sanity-check to tablegen to catch the case where isSimpleLoad
authorDan Gohman <gohman@apple.com>
Wed, 3 Dec 2008 02:30:17 +0000 (02:30 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Dec 2008 02:30:17 +0000 (02:30 +0000)
commit41474baac839da410302950305722cb0e026a094
treed36d696d3d8328b7c3db385d50c50f0ef584359f
parentc70f3295438488e1e34eb212d1f8ec55bbf43935
Add a sanity-check to tablegen to catch the case where isSimpleLoad
is set but mayLoad is not set. Fix all the problems this turned up.

Change code to not use isSimpleLoad instead of mayLoad unless it
really wants isSimpleLoad.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60459 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/BranchFolding.cpp
lib/Target/ARM/ARMRegisterInfo.cpp
lib/Target/Alpha/AlphaInstrInfo.td
lib/Target/PowerPC/PPCHazardRecognizers.cpp
lib/Target/PowerPC/PPCInstr64Bit.td
lib/Target/PowerPC/PPCInstrInfo.td
utils/TableGen/CodeGenDAGPatterns.cpp
utils/TableGen/DAGISelEmitter.cpp