mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-07 21:09:21 +00:00
use predicate.
llvm-svn: 45691
This commit is contained in:
parent
c745aa59b3
commit
e83299018e
@ -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