Skip to content

Commit

Permalink
llvm-reduce: Reduce includes
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenm committed May 3, 2022
1 parent 1d5263c commit 241ca47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//

#include "ReduceInstructionsMIR.h"
#include "Delta.h"

#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
Expand Down
4 changes: 2 additions & 2 deletions llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#ifndef LLVM_TOOLS_LLVM_REDUCE_DELTAS_REDUCEINSTRUCTIONS_MIR_H
#define LLVM_TOOLS_LLVM_REDUCE_DELTAS_REDUCEINSTRUCTIONS_MIR_H

#include "Delta.h"

namespace llvm {
class TestRunner;

void reduceInstructionsMIRDeltaPass(TestRunner &Test);
} // namespace llvm

Expand Down

0 comments on commit 241ca47

Please sign in to comment.