Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 11 Oct 2013 21:03:36 +0000 (21:03 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 11 Oct 2013 21:03:36 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192499 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstructions.td

index c0db7f9c2b0f13c0e0bac426dfbeb0874c40c0be..8294fbd71e61fc40f535ce3f11224e9cf8ca630e 100644 (file)
@@ -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,