forked from OSchip/llvm-project
parent
08a69ac2f5
commit
d004f54155
|
@ -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…
Reference in New Issue