mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
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!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6e4046f425
commit
db9546e324
@ -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
Block a user