commit | 6013f45f920f8b208e945007697a5601f6f956fc | [log] [tgz] |
---|---|---|
author | Vedant Kumar <vsk@apple.com> | Fri Apr 22 06:51:37 2016 +0000 |
committer | Vedant Kumar <vsk@apple.com> | Fri Apr 22 06:51:37 2016 +0000 |
tree | fe324d8bb253f369bf9294cbc5c0b13e6ba99570 | |
parent | ae720dbbb61f8dcfe8bf44ec01160183c07cf40e [diff] [blame] |
Revert "Initial implementation of optimization bisect support." This reverts commit r267022, due to an ASan failure: http://lab.llvm.org:8080/green/job/clang-stage2-cmake-RgSan_check/1549 llvm-svn: 267115
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp index 79958c9..ad9f946 100644 --- a/llvm/lib/CodeGen/PostRASchedulerList.cpp +++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp
@@ -273,7 +273,7 @@ } bool PostRAScheduler::runOnMachineFunction(MachineFunction &Fn) { - if (skipFunction(*Fn.getFunction())) + if (skipOptnoneFunction(*Fn.getFunction())) return false; TII = Fn.getSubtarget().getInstrInfo();