mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c5956cefb
commit
e1bd218334
@ -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