I can't believe the incompetence of the people I have to deal with around here.
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
index c75c6557648310544f9c546029478815495e8407..53f699e6d08714eec354e851519e6098c6d8b29d 100644 (file)
@@ -202,7 +202,8 @@ public:
 };
 
 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;