R600: CONST_ADDRESS node is not marked as mayLoad anymore

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

mayLoad complexify scheduling and does not bring any usefull info
as the location is not writeable at all.

llvm-svn: 176486
This commit is contained in:
Vincent Lejeune 2013-03-05 15:04:42 +00:00
parent a199d01e4d
commit 10a5e4773e
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ def INTERP_PAIR_ZW : AMDGPUShaderInst <
def CONST_ADDRESS: SDNode<"AMDGPUISD::CONST_ADDRESS",
SDTypeProfile<1, -1, [SDTCisInt<0>, SDTCisPtrTy<1>]>,
[SDNPMayLoad, SDNPVariadic]
[SDNPVariadic]
>;
//===----------------------------------------------------------------------===//