[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 23 15:19:59 PST 2005



Changes in directory llvm/lib/CodeGen/SelectionDAG:

LegalizeDAG.cpp updated: 1.52 -> 1.53
---
Log message:

Silence optimized warnings.


---
Diffs of the changes:  (+1 -1)

 LegalizeDAG.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.52 llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.53
--- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.52	Sat Jan 22 22:42:50 2005
+++ llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp	Sun Jan 23 17:19:44 2005
@@ -1454,7 +1454,7 @@
   SDOperand InChain = FindInputOutputChains(Source.Val, OutChain,
                                             DAG.getEntryNode());
 
-  const char *FnName;
+  const char *FnName = 0;
   if (isSigned) {
     if (DestTy == MVT::f32)
       FnName = "__floatdisf";






More information about the llvm-commits mailing list