mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix typo
llvm-svn: 192499
This commit is contained in:
parent
4742b4b956
commit
7dd90a7b4d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user