R600: Don't call setOperationAction with things that aren't opcodes.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 07:44:38 +0000 (07:44 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Jun 2014 07:44:38 +0000 (07:44 +0000)
commitefa4805b5836c8f496154b2607d2983d83211ee8
tree70ba76f594376e05cb9f89ec71ee722b97667f22
parentd344c6bcf9490ca6d2460a7fe9eaefd2c961761f
R600: Don't call setOperationAction with things that aren't opcodes.

CondCode actions are set with setCondCodeAction.
This should have been a harmless bug since the values seem to only
collide only with nodes that don't need to be handled, and these are
already correctly setup elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210888 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDILISelLowering.cpp