[llvm-commits] [llvm] r68333 - /llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
Sanjiv Gupta
sanjiv.gupta at microchip.com
Thu Apr 2 11:33:13 PDT 2009
Author: sgupta
Date: Thu Apr 2 13:33:12 2009
New Revision: 68333
URL: http://llvm.org/viewvc/llvm-project?rev=68333&view=rev
Log:
Fixed build warnings.
Modified:
llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
Modified: llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp?rev=68333&r1=68332&r2=68333&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PIC16/PIC16ISelLowering.cpp Thu Apr 2 13:33:12 2009
@@ -1269,8 +1269,6 @@
// 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
More information about the llvm-commits
mailing list