commit | ebe69fe11e48d322045d5949c83283927a0d790b | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
committer | Stephen Hines <srhines@google.com> | Mon Mar 23 12:10:34 2015 -0700 |
tree | c92f1907a6b8006628a4b01615f38264d29834ea | |
parent | b7d2e72b02a4cb8034f32f8247a2558d2434e121 [diff] [blame] |
Update aosp/master LLVM for rebase to r230699. Change-Id: I2b5be30509658cb8266be782de0ab24f9099f9b9
diff --git a/lib/CodeGen/TargetFrameLoweringImpl.cpp b/lib/CodeGen/TargetFrameLoweringImpl.cpp index 1557d10..e3f0191 100644 --- a/lib/CodeGen/TargetFrameLoweringImpl.cpp +++ b/lib/CodeGen/TargetFrameLoweringImpl.cpp
@@ -42,3 +42,8 @@ FrameReg = RI->getFrameRegister(MF); return getFrameIndexOffset(MF, FI); } + +bool TargetFrameLowering::needsFrameIndexResolution( + const MachineFunction &MF) const { + return MF.getFrameInfo()->hasStackObjects(); +}