[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 15 13:47:19 PST 2006



Changes in directory llvm/lib/VMCore:

Constants.cpp updated: 1.187 -> 1.188
---
Log message:

Partial unbreak of VC++ (stream stuff has no easy fix).

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

 Constants.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/VMCore/Constants.cpp
diff -u llvm/lib/VMCore/Constants.cpp:1.187 llvm/lib/VMCore/Constants.cpp:1.188
--- llvm/lib/VMCore/Constants.cpp:1.187	Tue Dec 12 17:36:14 2006
+++ llvm/lib/VMCore/Constants.cpp	Fri Dec 15 15:47:01 2006
@@ -1371,6 +1371,7 @@
         return new CompareConstantExpr(Instruction::FCmp, V.predicate, 
                                        V.operands[0], V.operands[1]);
       assert(0 && "Invalid ConstantExpr!");
+      return 0;
     }
   };
 






More information about the llvm-commits mailing list