[llvm] r237623 - 80-col fixup.

Eric Christopher echristo at gmail.com
Mon May 18 15:12:43 PDT 2015


Author: echristo
Date: Mon May 18 17:12:43 2015
New Revision: 237623

URL: http://llvm.org/viewvc/llvm-project?rev=237623&view=rev
Log:
80-col fixup.

Modified:
    llvm/trunk/include/llvm/IR/Constants.h

Modified: llvm/trunk/include/llvm/IR/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Constants.h?rev=237623&r1=237622&r2=237623&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Constants.h (original)
+++ llvm/trunk/include/llvm/IR/Constants.h Mon May 18 17:12:43 2015
@@ -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





More information about the llvm-commits mailing list