From: Eric Christopher Date: Mon, 18 May 2015 22:12:43 +0000 (+0000) Subject: 80-col fixup. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=300c5946360d1232c331f2358e2d02873ee63d40;p=oota-llvm.git 80-col fixup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Constants.h b/include/llvm/IR/Constants.h index 152d9f5e426..e97bda54e8f 100644 --- a/include/llvm/IR/Constants.h +++ b/include/llvm/IR/Constants.h @@ -1146,8 +1146,9 @@ public: Constant *getWithOperands(ArrayRef Ops, Type *Ty, bool OnlyIfReduced = false) const; - /// getAsInstruction - Returns an Instruction which implements the same operation - /// as this ConstantExpr. The instruction is not linked to any basic block. + /// getAsInstruction - Returns an Instruction which implements the same + /// 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 /// which would take a ConstantExpr parameter, but that would have spread