Remove extraneous forward declaration.
authorEric Christopher <echristo@gmail.com>
Fri, 30 Jan 2015 22:02:34 +0000 (22:02 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 30 Jan 2015 22:02:34 +0000 (22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227623 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.h

index a248f6a99ec40387e6d78f14fa2ef5109be98d00..21fcc86d151aa5433c9086077959bf5ee054fc75 100644 (file)
@@ -367,7 +367,6 @@ namespace llvm {
     SDValue get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG);
   }
 
-  class PPCSubtarget;
   class PPCTargetLowering : public TargetLowering {
     const PPCSubtarget &Subtarget;