[llvm] 8340c84 - Analysis.h - remove unused SDNode/SDValue/SelectionDAG forward declarations. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 03:26:15 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-11T11:25:48+01:00
New Revision: 8340c844aee4e9604956d89d75bee0fa66496dfd
URL: https://github.com/llvm/llvm-project/commit/8340c844aee4e9604956d89d75bee0fa66496dfd
DIFF: https://github.com/llvm/llvm-project/commit/8340c844aee4e9604956d89d75bee0fa66496dfd.diff
LOG: Analysis.h - remove unused SDNode/SDValue/SelectionDAG forward declarations. NFC.
Added:
Modified:
llvm/include/llvm/CodeGen/Analysis.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/Analysis.h b/llvm/include/llvm/CodeGen/Analysis.h
index 0be0ac22a74d..386a44ae7a1f 100644
--- a/llvm/include/llvm/CodeGen/Analysis.h
+++ b/llvm/include/llvm/CodeGen/Analysis.h
@@ -31,9 +31,6 @@ class MachineFunction;
class TargetLoweringBase;
class TargetLowering;
class TargetMachine;
-class SDNode;
-class SDValue;
-class SelectionDAG;
struct EVT;
/// Compute the linearized index of a member in a nested
More information about the llvm-commits
mailing list