summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.h
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2018-07-27 17:25:38 +0000
committerJessica Paquette <jpaquette@apple.com>2018-07-27 17:25:38 +0000
commitf25070cb8b047a495a1b5f860e22c9dfd21cde18 (patch)
tree721130470c76649a73b3aa7c12a85cdc55a97d63 /lib/Target/AArch64/AArch64InstrInfo.h
parent767b5de4f4a1c3cf031a65f0afe97f3fb2305998 (diff)
Revert "Enable MachineOutliner by default under -Oz for AArch64"
It failed an Asan test on a bot: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/21543/steps/check-llvm%20asan/logs/stdio Fixing that before recommitting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/AArch64InstrInfo.h')
-rw-r--r--lib/Target/AArch64/AArch64InstrInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/AArch64/AArch64InstrInfo.h b/lib/Target/AArch64/AArch64InstrInfo.h
index 585cbd4b9c7..0e5953f6216 100644
--- a/lib/Target/AArch64/AArch64InstrInfo.h
+++ b/lib/Target/AArch64/AArch64InstrInfo.h
@@ -249,7 +249,6 @@ public:
insertOutlinedCall(Module &M, MachineBasicBlock &MBB,
MachineBasicBlock::iterator &It, MachineFunction &MF,
const outliner::Candidate &C) const override;
- bool shouldOutlineFromFunctionByDefault(MachineFunction &MF) const override;
/// Returns true if the instruction sets to an immediate value that can be
/// executed more efficiently.
bool isExynosResetFast(const MachineInstr &MI) const;