diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2019-07-01 13:20:48 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2019-07-01 13:20:48 +0000 |
| commit | 3a10810b7ab0c2b54728427cccbbaa16837c093f (patch) | |
| tree | 8b8af8e20f194aa80db4b52cd79f3d869008dce7 /llvm/lib/Target/Mips | |
| parent | c12dfcf1f56ba06589f63f49d256efeb38b3e8d5 (diff) | |
| download | bcm5719-llvm-3a10810b7ab0c2b54728427cccbbaa16837c093f.tar.gz bcm5719-llvm-3a10810b7ab0c2b54728427cccbbaa16837c093f.zip | |
[mips] Add missing schedinfo for ADJCALLSTACKDOWN, ADJCALLSTACKUP
llvm-svn: 364755
Diffstat (limited to 'llvm/lib/Target/Mips')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td index 6b339709d24..eac4f1917c2 100644 --- a/llvm/lib/Target/Mips/MipsInstrInfo.td +++ b/llvm/lib/Target/Mips/MipsInstrInfo.td @@ -1935,7 +1935,7 @@ let isReturn=1, isTerminator=1, isBarrier=1, hasCtrlDep=1, isCTI=1 in { def ERet : PseudoSE<(outs), (ins), [(MipsERet)]>; } -let Defs = [SP], Uses = [SP], hasSideEffects = 1 in { +let Defs = [SP], Uses = [SP], hasSideEffects = 1, hasNoSchedulingInfo = 1 in { def ADJCALLSTACKDOWN : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), [(callseq_start timm:$amt1, timm:$amt2)]>; def ADJCALLSTACKUP : MipsPseudo<(outs), (ins i32imm:$amt1, i32imm:$amt2), |

