Skip to content

Commit 81a1760

Browse files
author
serge-sans-paille
committed
Revert "Add missing include under EXPENSIVE_CHECK"
This reverts commit eeaca53. It's a duplicate of https://reviews.llvm.org/rG50874a188b94a25827963956887b878d3701509a
1 parent ef0de5d commit 81a1760

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Analysis/LazyCallGraph.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
#include <tuple>
3636
#include <utility>
3737

38-
#ifdef EXPENSIVE_CHECKS
39-
#include "llvm/ADT/ScopeExit.h"
40-
#endif
41-
4238
using namespace llvm;
4339

4440
#define DEBUG_TYPE "lcg"

0 commit comments

Comments
 (0)