forked from OSchip/llvm-project
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!! llvm-svn: 9999
This commit is contained in:
parent
7c04a29ea6
commit
93dea78f85
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue