I can't believe the incompetence of the people I have to deal with around here.
authorChris Lattner <sabre@nondot.org>
Fri, 14 Nov 2003 16:34:25 +0000 (16:34 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Nov 2003 16:34:25 +0000 (16:34 +0000)
These fools don't even wrap code at 80 columns.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9999 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Reader/ReaderInternals.h

index c75c6557648310544f9c546029478815495e8407..53f699e6d08714eec354e851519e6098c6d8b29d 100644 (file)
@@ -202,7 +202,8 @@ public:
 };
 
 struct ConstantPlaceHolderHelper : public ConstantExpr {
 };
 
 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;
 };
 
 typedef PlaceholderDef<ConstantPlaceHolderHelper>  ConstPHolder;