[llvm] r192752 - Fix typo
Matt Arsenault
Matthew.Arsenault at amd.com
Tue Oct 15 16:44:49 PDT 2013
Author: arsenm
Date: Tue Oct 15 18:44:48 2013
New Revision: 192752
URL: http://llvm.org/viewvc/llvm-project?rev=192752&view=rev
Log:
Fix typo
Modified:
llvm/trunk/lib/Target/R600/SIInstructions.td
Modified: llvm/trunk/lib/Target/R600/SIInstructions.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstructions.td?rev=192752&r1=192751&r2=192752&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Tue Oct 15 18:44:48 2013
@@ -1295,7 +1295,7 @@ def SI_INDIRECT_DST_V16 : SI_INDIRECT_DS
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),
More information about the llvm-commits
mailing list