summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-09-10 16:31:19 +0000
committerSanjay Patel <spatel@rotateright.com>2015-09-10 16:31:19 +0000
commit9361d355252eee5f5edff50140166e87db0446cb (patch)
tree73f7c0554725b7e429a41f7e36acddf193afdeab /llvm/lib/Transforms
parentf4b34b76d4521dd01a0760b0ccd4fedf67a0b6d5 (diff)
downloadbcm5719-llvm-9361d355252eee5f5edff50140166e87db0446cb.tar.gz
bcm5719-llvm-9361d355252eee5f5edff50140166e87db0446cb.zip
80-cols; NFC
llvm-svn: 247295
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Utils/SimplifyCFG.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
index da20f7e30f7..e00a96161cd 100644
--- a/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
+++ b/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
@@ -83,13 +83,13 @@ STATISTIC(NumSpeculations, "Number of speculative executed instructions");
namespace {
// The first field contains the value that the switch produces when a certain
- // case group is selected, and the second field is a vector containing the cases
- // composing the case group.
+ // case group is selected, and the second field is a vector containing the
+ // cases composing the case group.
typedef SmallVector<std::pair<Constant *, SmallVector<ConstantInt *, 4>>, 2>
SwitchCaseResultVectorTy;
// The first field contains the phi node that generates a result of the switch
- // and the second field contains the value generated for a certain case in the switch
- // for that PHI.
+ // and the second field contains the value generated for a certain case in the
+ // switch for that PHI.
typedef SmallVector<std::pair<PHINode *, Constant *>, 4> SwitchCaseResultsTy;
/// ValueEqualityComparisonCase - Represents a case of a switch.
OpenPOWER on IntegriCloud