summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorXin Tong <trent.xin.tong@gmail.com>2017-04-23 17:36:25 +0000
committerXin Tong <trent.xin.tong@gmail.com>2017-04-23 17:36:25 +0000
commitb7b081262aefc72156f8ef885f30b73132726736 (patch)
tree35709c8a9712eac8a50d848ee8e5f5110d3bfc5e /llvm/lib/Transforms
parent4e590e59a088128b7cc3733ed7ab4344cfcc4dc1 (diff)
downloadbcm5719-llvm-b7b081262aefc72156f8ef885f30b73132726736.tar.gz
bcm5719-llvm-b7b081262aefc72156f8ef885f30b73132726736.zip
Correct grammar. NFC
llvm-svn: 301135
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopUnswitch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
index a99c9999c61..8fa806a7e8b 100644
--- a/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
//
// This pass transforms loops that contain branches on loop-invariant conditions
-// to have multiple loops. For example, it turns the left into the right code:
+// to multiple loops. For example, it turns the left into the right code:
//
// for (...) if (lic)
// A for (...)
OpenPOWER on IntegriCloud