diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-06-10 17:33:39 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-06-10 17:33:39 +0000 |
| commit | bc76b977971be06aa3a50624d7ea0a0456fc5358 (patch) | |
| tree | ddfb99399e93d7609da4f2962b0e962759c4c052 /llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | |
| parent | 0b3bc24e393b558f7f1934eb1be09b7883a8842e (diff) | |
| download | bcm5719-llvm-bc76b977971be06aa3a50624d7ea0a0456fc5358.tar.gz bcm5719-llvm-bc76b977971be06aa3a50624d7ea0a0456fc5358.zip | |
Remove the uses of AArch64TargetMachine and AArch64Subtarget from
AArch64FrameLowering.
llvm-svn: 210548
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index ff115c0bd5e..0b32383590f 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -1726,7 +1726,7 @@ void AArch64InstrInfo::loadRegFromStackSlot( void llvm::emitFrameOffset(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, DebugLoc DL, unsigned DestReg, unsigned SrcReg, int Offset, - const AArch64InstrInfo *TII, + const TargetInstrInfo *TII, MachineInstr::MIFlag Flag, bool SetNZCV) { if (DestReg == SrcReg && Offset == 0) return; |

