diff options
| author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-04-02 18:33:12 +0000 |
|---|---|---|
| committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-04-02 18:33:12 +0000 |
| commit | c2eb87afc19aa4b4a156576da2b53fc2c417b3d8 (patch) | |
| tree | 8af81474dfb23f3ef6a6eb489925a21337099cd4 | |
| parent | 5274a4afb720858bf1ab927fc90068f1a8f12eb2 (diff) | |
Fixed build warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68333 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | lib/Target/PIC16/PIC16ISelLowering.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.cpp b/lib/Target/PIC16/PIC16ISelLowering.cpp index d50f57f97d..f196b14dc8 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 |
