OSDN Git Service

R600/SI: Remove redundant setting of bits on instructions.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 30 Jul 2014 03:18:57 +0000 (03:18 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 30 Jul 2014 03:18:57 +0000 (03:18 +0000)
commitf3e7778454aefb97799afe72c94b4ec2d82a87b9
tree95c1ee0085b3065ee63ac082dd1e875cedb3e07c
parente1681c941e20af782f5262f28dd6ab459a248e2d
R600/SI: Remove redundant setting of bits on instructions.

neverHasSideEffects is deprecated, and hasSideEffects = 0 is already
set on the base classes of the basic ALU instruction classes. The
base classes also already set mayLoad = 0 and mayStore = 0

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214283 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstructions.td