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

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 1 18:22:30 PST 2006



Changes in directory llvm/lib/VMCore:

Instructions.cpp updated: 1.48 -> 1.49
---
Log message:

Unbreak VC++ build.

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

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


Index: llvm/lib/VMCore/Instructions.cpp
diff -u llvm/lib/VMCore/Instructions.cpp:1.48 llvm/lib/VMCore/Instructions.cpp:1.49
--- llvm/lib/VMCore/Instructions.cpp:1.48	Sun Nov 26 19:05:10 2006
+++ llvm/lib/VMCore/Instructions.cpp	Fri Dec  1 20:22:01 2006
@@ -1678,7 +1678,7 @@
   assert(checkCast(getOpcode(), S, Ty) && "Illegal SExt");
 }
 
-SExtInst::SExtInst::SExtInst(
+SExtInst::SExtInst(
   Value *S, const Type *Ty, const std::string &Name, BasicBlock *InsertAtEnd
 )  : CastInst(Ty, SExt, S, Name, InsertAtEnd) { 
   assert(checkCast(getOpcode(), S, Ty) && "Illegal SExt");






More information about the llvm-commits mailing list