From: Chandler Carruth Date: Fri, 30 Jan 2015 00:41:44 +0000 (+0000) Subject: [PM] Remove two very old and dead forward declarations for the prior X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=df3bf198534b1f8e02dda96133d42bdded59afa4 [PM] Remove two very old and dead forward declarations for the prior incarnation of target transform info. This is in preparation for starting to redesign TTI to be amenable to the new PM world. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227525 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index 2d69493a0dd..2f004e2dadf 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -40,8 +40,6 @@ class TargetPassConfig; class TargetRegisterInfo; class TargetSelectionDAGInfo; class TargetSubtargetInfo; -class ScalarTargetTransformInfo; -class VectorTargetTransformInfo; class formatted_raw_ostream; class raw_ostream; class TargetLoweringObjectFile;