mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-09 05:11:39 +00:00
use predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e32d765f99
commit
c17d69fa1e
@ -73,7 +73,7 @@ PPCHazardRecognizer970::GetInstrType(unsigned Opcode,
|
||||
const TargetInstrDescriptor &TID = TII.get(Opcode);
|
||||
|
||||
isLoad = TID.isSimpleLoad();
|
||||
isStore = TID.Flags & M_MAY_STORE_FLAG;
|
||||
isStore = TID.mayStore();
|
||||
|
||||
unsigned TSFlags = TID.TSFlags;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user