[llvm] r192499 - Fix typo

Matt Arsenault Matthew.Arsenault at amd.com
Fri Oct 11 14:03:36 PDT 2013


Author: arsenm
Date: Fri Oct 11 16:03:36 2013
New Revision: 192499

URL: http://llvm.org/viewvc/llvm-project?rev=192499&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=192499&r1=192498&r2=192499&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstructions.td (original)
+++ llvm/trunk/lib/Target/R600/SIInstructions.td Fri Oct 11 16:03:36 2013
@@ -1195,7 +1195,7 @@ def LOAD_CONST : AMDGPUShaderInst <
   [(set GPRF32:$dst, (int_AMDGPU_load_const imm:$src))]
 >;
 
-// SI Psuedo instructions. These are used by the CFG structurizer pass
+// SI pseudo instructions. These are used by the CFG structurizer pass
 // and should be lowered to ISA instructions prior to codegen.
 
 let mayLoad = 1, mayStore = 1, hasSideEffects = 1,





More information about the llvm-commits mailing list