diff options
author | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2017-11-01 23:05:52 +0000 |
---|---|---|
committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2017-11-01 23:05:52 +0000 |
commit | bb5c84fb5747ddaf867a5da2ddb6a37a0dbb5dd5 (patch) | |
tree | 945378246ed6dc51ce48c7d67c627e545cdebcda /llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp | |
parent | 789164d4262b4132e074fadd6e1df8328618e30e (diff) | |
download | llvm-bb5c84fb5747ddaf867a5da2ddb6a37a0dbb5dd5.zip llvm-bb5c84fb5747ddaf867a5da2ddb6a37a0dbb5dd5.tar.gz llvm-bb5c84fb5747ddaf867a5da2ddb6a37a0dbb5dd5.tar.bz2 |
Revert "Correct dwarf unwind information in function epilogue for X86"
This reverts r317100 as it introduced sanitizer-x86_64-linux-autoconf
buildbot failure (build #15606).
llvm-svn: 317136
Diffstat (limited to 'llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp b/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp index 22e73dc..9dd98b4 100644 --- a/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp +++ b/llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp @@ -104,12 +104,3 @@ unsigned TargetFrameLowering::getStackAlignmentSkew( return 0; } - -int TargetFrameLowering::getInitialCFAOffset(const MachineFunction &MF) const { - llvm_unreachable("getInitialCFAOffset() not implemented!"); -} - -unsigned TargetFrameLowering::getInitialCFARegister(const MachineFunction &MF) - const { - llvm_unreachable("getInitialCFARegister() not implemented!"); -}
\ No newline at end of file |