AMDGPU: Remove scheduling info from si_mask_branch

llvm-svn: 283475
This commit is contained in:
Matt Arsenault 2016-10-06 18:12:07 +00:00
parent 6f8c1f8da7
commit c59a92387e
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ def SI_MASK_BRANCH : PseudoInstSI <
let isBarrier = 0;
let SALU = 1;
let Uses = [EXEC];
let SchedRW = [];
let hasNoSchedulingInfo = 1;
}
let isTerminator = 1 in {