Skip to content

Commit 7fba79b

Browse files
committed
ScheduleDFS.h - Replace ArrayRef.h include with forward declaration. NFC.
We have no need to include the entire header.
1 parent 0ca77ad commit 7fba79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/ScheduleDFS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#ifndef LLVM_CODEGEN_SCHEDULEDFS_H
1414
#define LLVM_CODEGEN_SCHEDULEDFS_H
1515

16-
#include "llvm/ADT/ArrayRef.h"
1716
#include "llvm/ADT/SmallVector.h"
1817
#include "llvm/CodeGen/ScheduleDAG.h"
1918
#include <cassert>
@@ -22,6 +21,7 @@
2221

2322
namespace llvm {
2423

24+
template <typename T> class ArrayRef;
2525
class raw_ostream;
2626

2727
/// Represent the ILP of the subDAG rooted at a DAG node.

0 commit comments

Comments
 (0)