mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 00:06:06 +00:00
[DAG] clang-format createBranchMacroFusionDAGMutation calls. NFC.
Reduces diff in #72227
This commit is contained in:
parent
dfc03c45c1
commit
cfee7152d4
@ -67,8 +67,7 @@ static bool shouldScheduleAdjacent(const TargetInstrInfo &TII,
|
||||
|
||||
namespace llvm {
|
||||
|
||||
std::unique_ptr<ScheduleDAGMutation>
|
||||
createX86MacroFusionDAGMutation () {
|
||||
std::unique_ptr<ScheduleDAGMutation> createX86MacroFusionDAGMutation() {
|
||||
return createBranchMacroFusionDAGMutation(shouldScheduleAdjacent);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user