[llvm] 81a1760 - Revert "Add missing include under EXPENSIVE_CHECK"
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 22:56:59 PST 2022
Author: serge-sans-paille
Date: 2022-03-03T07:56:34+01:00
New Revision: 81a1760cac0f2dc20b497aabedfa3f5145cbf051
URL: https://github.com/llvm/llvm-project/commit/81a1760cac0f2dc20b497aabedfa3f5145cbf051
DIFF: https://github.com/llvm/llvm-project/commit/81a1760cac0f2dc20b497aabedfa3f5145cbf051.diff
LOG: Revert "Add missing include under EXPENSIVE_CHECK"
This reverts commit eeaca53df7a030862bd1160950a6264aeb605cc6.
It's a duplicate of
https://reviews.llvm.org/rG50874a188b94a25827963956887b878d3701509a
Added:
Modified:
llvm/lib/Analysis/LazyCallGraph.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Analysis/LazyCallGraph.cpp b/llvm/lib/Analysis/LazyCallGraph.cpp
index 6499243a99b13..381af584a3afd 100644
--- a/llvm/lib/Analysis/LazyCallGraph.cpp
+++ b/llvm/lib/Analysis/LazyCallGraph.cpp
@@ -35,10 +35,6 @@
#include <tuple>
#include <utility>
-#ifdef EXPENSIVE_CHECKS
-#include "llvm/ADT/ScopeExit.h"
-#endif
-
using namespace llvm;
#define DEBUG_TYPE "lcg"
More information about the llvm-commits
mailing list