From: Sanjiv Gupta Date: Thu, 2 Apr 2009 18:33:12 +0000 (+0000) Subject: Fixed build warnings. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c2eb87afc19aa4b4a156576da2b53fc2c417b3d8;p=oota-llvm.git Fixed build warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68333 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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