X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FR600%2FSIInstructions.td;h=d4b93d122555b00f0d4b61376a0d6c2eeed86d48;hp=0b12f60b82d89e16dd84b155d325653df5aaeda1;hb=a75d388f18cde0068b0623dcbbfa954ffc8baf66;hpb=7950cae7b99cc252e2fdd0c2a6395e129bb5b17e diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 0b12f60b82d..d4b93d12255 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -1632,7 +1632,7 @@ let usesCustomInserter = 1 in { // constant that can be used with the ADDR64 MUBUF instructions. def SI_ADDR64_RSRC : InstSI < (outs SReg_128:$srsrc), - (ins SReg_64:$ptr), + (ins SSrc_64:$ptr), "", [] >;