[llvm] fcabd75 - CallingConvLower.h - remove unused llvm::TargetMachine forward declaration. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 11 03:26:17 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-11T11:25:48+01:00
New Revision: fcabd7530f6ae004e08fe4dfc39d9451e43b9ff7
URL: https://github.com/llvm/llvm-project/commit/fcabd7530f6ae004e08fe4dfc39d9451e43b9ff7
DIFF: https://github.com/llvm/llvm-project/commit/fcabd7530f6ae004e08fe4dfc39d9451e43b9ff7.diff
LOG: CallingConvLower.h - remove unused llvm::TargetMachine forward declaration. NFC.
Added:
Modified:
llvm/include/llvm/CodeGen/CallingConvLower.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/CallingConvLower.h b/llvm/include/llvm/CodeGen/CallingConvLower.h
index cdba36605836..d96c4a8572bd 100644
--- a/llvm/include/llvm/CodeGen/CallingConvLower.h
+++ b/llvm/include/llvm/CodeGen/CallingConvLower.h
@@ -26,7 +26,6 @@ namespace llvm {
class CCState;
class MVT;
-class TargetMachine;
class TargetRegisterInfo;
/// CCValAssign - Represent assignment of one arg/retval to a location.
More information about the llvm-commits
mailing list