[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Aug 24 17:05:26 PDT 2005
Changes in directory llvm/lib/Target/X86:
X86ISelPattern.cpp updated: 1.172 -> 1.173
---
Log message:
Fix a warning
---
Diffs of the changes: (+1 -0)
X86ISelPattern.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/X86/X86ISelPattern.cpp
diff -u llvm/lib/Target/X86/X86ISelPattern.cpp:1.172 llvm/lib/Target/X86/X86ISelPattern.cpp:1.173
--- llvm/lib/Target/X86/X86ISelPattern.cpp:1.172 Thu Aug 18 19:31:37 2005
+++ llvm/lib/Target/X86/X86ISelPattern.cpp Wed Aug 24 19:05:15 2005
@@ -3984,6 +3984,7 @@
SelectionDAG &DAG) {
MVT::ValueType StoreVT;
switch (Chain.getOpcode()) {
+ default: assert(0 && "Unexpected node!");
case ISD::CALLSEQ_START:
// If we found the start of the call sequence, we're done. We actually
// strip off the CALLSEQ_START node, to avoid generating the
More information about the llvm-commits
mailing list