[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderInternals.h

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 14 10:35:01 PST 2003


Changes in directory llvm/lib/Bytecode/Reader:

ReaderInternals.h updated: 1.65 -> 1.66

---
Log message:

I can't believe the incompetence of the people I have to deal with around here.
These fools don't even wrap code at 80 columns.

Oh wait, _I_ wrote that.  That explains a lot!!



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

Index: llvm/lib/Bytecode/Reader/ReaderInternals.h
diff -u llvm/lib/Bytecode/Reader/ReaderInternals.h:1.65 llvm/lib/Bytecode/Reader/ReaderInternals.h:1.66
--- llvm/lib/Bytecode/Reader/ReaderInternals.h:1.65	Fri Nov 14 00:38:46 2003
+++ llvm/lib/Bytecode/Reader/ReaderInternals.h	Fri Nov 14 10:34:25 2003
@@ -202,7 +202,8 @@
 };
 
 struct ConstantPlaceHolderHelper : public ConstantExpr {
-  ConstantPlaceHolderHelper(const Type *Ty) : ConstantExpr(Instruction::UserOp1, Constant::getNullValue(Ty), Ty) {}
+  ConstantPlaceHolderHelper(const Type *Ty)
+    : ConstantExpr(Instruction::UserOp1, Constant::getNullValue(Ty), Ty) {}
 };
 
 typedef PlaceholderDef<ConstantPlaceHolderHelper>  ConstPHolder;





More information about the llvm-commits mailing list