summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-05-18 22:12:43 +0000
committerEric Christopher <echristo@gmail.com>2015-05-18 22:12:43 +0000
commit6ba93ec71d59538375d361a9828224887633ffca (patch)
treeaf5c2956ee225ac7d8a71939b31bef693a542800
parentf1cefd78a055057493374243d0c3ff7f9d9de1d0 (diff)
downloadbcm5719-llvm-6ba93ec71d59538375d361a9828224887633ffca.tar.gz
bcm5719-llvm-6ba93ec71d59538375d361a9828224887633ffca.zip
80-col fixup.
llvm-svn: 237623
-rw-r--r--llvm/include/llvm/IR/Constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/Constants.h b/llvm/include/llvm/IR/Constants.h
index 152d9f5e426..e97bda54e8f 100644
--- a/llvm/include/llvm/IR/Constants.h
+++ b/llvm/include/llvm/IR/Constants.h
@@ -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
OpenPOWER on IntegriCloud