diff options
Diffstat (limited to 'llvm/lib/Target/R600/SIInstructions.td')
| -rw-r--r-- | llvm/lib/Target/R600/SIInstructions.td | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SIInstructions.td b/llvm/lib/Target/R600/SIInstructions.td index 94d42d55c33..0d9406bb432 100644 --- a/llvm/lib/Target/R600/SIInstructions.td +++ b/llvm/lib/Target/R600/SIInstructions.td @@ -1295,7 +1295,7 @@ def SI_INDIRECT_DST_V16 : SI_INDIRECT_DST<VReg_512>;  let usesCustomInserter = 1 in { -// This psuedo instruction takes a pointer as input and outputs a resource +// This pseudo instruction takes a pointer as input and outputs a resource  // constant that can be used with the ADDR64 MUBUF instructions.  def SI_ADDR64_RSRC : InstSI <    (outs SReg_128:$srsrc),  | 

