summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 03:24:54 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-02 03:24:54 +0000
commitbb703e89602acdf4a80f6dd8240422cba451f6bd (patch)
treeb62cdbecfe3ea4057cab90cf0584a078f7404a8f /llvm/lib/Transforms
parentf60ab47098c4768014ac4b761a6df41cb0cc0d5e (diff)
downloadbcm5719-llvm-bb703e89602acdf4a80f6dd8240422cba451f6bd.tar.gz
bcm5719-llvm-bb703e89602acdf4a80f6dd8240422cba451f6bd.zip
fix trivial typos; NFC
suport -> support llvm-svn: 306968
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
index a73e9aec061..f19d45329d2 100644
--- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
+++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
@@ -1994,7 +1994,7 @@ static void rematerializeLiveValues(CallSite CS,
Instruction *LastClonedValue = nullptr;
Instruction *LastValue = nullptr;
for (Instruction *Instr: ChainToBase) {
- // Only GEP's and casts are suported as we need to be careful to not
+ // Only GEP's and casts are supported as we need to be careful to not
// introduce any new uses of pointers not in the liveset.
// Note that it's fine to introduce new uses of pointers which were
// otherwise not used after this statepoint.
OpenPOWER on IntegriCloud