use predicate.

llvm-svn: 45691
This commit is contained in:
Chris Lattner 2008-01-07 06:37:29 +00:00
parent 08a69ac2f5
commit d004f54155
1 changed files with 1 additions and 1 deletions

View File

@ -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;