80-col fixup.
authorEric Christopher <echristo@gmail.com>
Mon, 18 May 2015 22:12:43 +0000 (22:12 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 18 May 2015 22:12:43 +0000 (22:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237623 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Constants.h

index 152d9f5e4268a9cf7321f3a1e47f5c5a56061a70..e97bda54e8f0c66763d2dc1ac03f77320dad1b52 100644 (file)
@@ -1146,8 +1146,9 @@ public:
   Constant *getWithOperands(ArrayRef<Constant *> 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