Skip to content

Commit f6a3788

Browse files
author
git apple-llvm automerger
committed
Merge commit '59a2e4fb0e4e' from apple/master into swift/master-next
2 parents 21bbdf9 + 59a2e4f commit f6a3788

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/include/llvm/CodeGen/MIRFormatter.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@
1414
#ifndef LLVM_CODEGEN_MIRFORMATTER_H
1515
#define LLVM_CODEGEN_MIRFORMATTER_H
1616

17-
#include "llvm/CodeGen/MachineInstr.h"
17+
#include "llvm/ADT/Optional.h"
1818
#include "llvm/CodeGen/PseudoSourceValue.h"
19+
#include "llvm/Support/raw_ostream.h"
20+
#include <cstdint>
1921

2022
namespace llvm {
2123

24+
class MachineFunction;
25+
class MachineInstr;
2226
struct PerFunctionMIParsingState;
2327
struct SlotMapping;
2428

0 commit comments

Comments
 (0)