llvm-svn: 192499
This commit is contained in:
Matt Arsenault 2013-10-11 21:03:36 +00:00
parent f5d9d348f7
commit 8fb373891f
1 changed files with 1 additions and 1 deletions

View 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,