[llvm] r227525 - [PM] Remove two very old and dead forward declarations for the prior

Chandler Carruth chandlerc at gmail.com
Thu Jan 29 16:41:44 PST 2015


Author: chandlerc
Date: Thu Jan 29 18:41:44 2015
New Revision: 227525

URL: http://llvm.org/viewvc/llvm-project?rev=227525&view=rev
Log:
[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.

Modified:
    llvm/trunk/include/llvm/Target/TargetMachine.h

Modified: llvm/trunk/include/llvm/Target/TargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetMachine.h?rev=227525&r1=227524&r2=227525&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetMachine.h (original)
+++ llvm/trunk/include/llvm/Target/TargetMachine.h Thu Jan 29 18:41:44 2015
@@ -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;





More information about the llvm-commits mailing list