[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 21 09:01:37 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.175 -> 1.176
---
Log message:
silence a release mode warning
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.175 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.176
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.175 Thu Oct 20 20:52:20 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Fri Oct 21 11:01:26 2005
@@ -506,7 +506,7 @@
unsigned Tmp1, Tmp2 = 0, Tmp3;
unsigned Opc = 0;
unsigned opcode = N.getOpcode();
- int64_t SImm;
+ int64_t SImm = 0;
uint64_t UImm;
SDNode *Node = N.Val;
More information about the llvm-commits
mailing list