diff options
Diffstat (limited to 'llvm/lib/Target/ARM64/ARM64InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM64/ARM64InstrInfo.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/ARM64InstrInfo.h b/llvm/lib/Target/ARM64/ARM64InstrInfo.h index 03822e1c3bf..8f8165b02eb 100644 --- a/llvm/lib/Target/ARM64/ARM64InstrInfo.h +++ b/llvm/lib/Target/ARM64/ARM64InstrInfo.h @@ -162,7 +162,7 @@ void emitFrameOffset(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,                       DebugLoc DL, unsigned DestReg, unsigned SrcReg, int Offset,                       const ARM64InstrInfo *TII,                       MachineInstr::MIFlag = MachineInstr::NoFlags, -                     bool SetCPSR = false); +                     bool SetNZCV = false);  /// rewriteARM64FrameIndex - Rewrite MI to access 'Offset' bytes from the  /// FP. Return false if the offset could not be handled directly in MI, and  | 

