From c2eb87afc19aa4b4a156576da2b53fc2c417b3d8 Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Thu, 2 Apr 2009 18:33:12 +0000 Subject: [PATCH] Fixed build warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68333 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PIC16/PIC16ISelLowering.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp index d50f57f97dc..f196b14dc82 100644 --- a/lib/Target/PIC16/PIC16ISelLowering.cpp +++ b/lib/Target/PIC16/PIC16ISelLowering.cpp @@ -1269,8 +1269,6 @@ PerformPIC16LoadCombine(SDNode *N, DAGCombinerInfo &DCI) const { // unwanted store operations SDValue PIC16TargetLowering:: PerformStoreCombine(SDNode *N, DAGCombinerInfo &DCI) const { - SelectionDAG &DAG = DCI.DAG; - SDValue Chain; return SDValue(N, 0); /* // Storing an undef value is of no use, so remove it