Remove extraneous forward declaration.

llvm-svn: 227623
This commit is contained in:
Eric Christopher 2015-01-30 22:02:34 +00:00
parent cccae7951c
commit 6d5c47c3c2
1 changed files with 0 additions and 1 deletions

View 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;