80-col fixup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2015-05-18 22:12:43 +00:00
parent 847a488261
commit 300c594636

View File

@@ -1146,8 +1146,9 @@ public:
Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
bool OnlyIfReduced = false) const; bool OnlyIfReduced = false) const;
/// getAsInstruction - Returns an Instruction which implements the same operation /// getAsInstruction - Returns an Instruction which implements the same
/// as this ConstantExpr. The instruction is not linked to any basic block. /// operation as this ConstantExpr. The instruction is not linked to any basic
/// block.
/// ///
/// A better approach to this could be to have a constructor for Instruction /// A better approach to this could be to have a constructor for Instruction
/// which would take a ConstantExpr parameter, but that would have spread /// which would take a ConstantExpr parameter, but that would have spread