diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 03:24:54 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-02 03:24:54 +0000 |
commit | bb703e89602acdf4a80f6dd8240422cba451f6bd (patch) | |
tree | b62cdbecfe3ea4057cab90cf0584a078f7404a8f /llvm/lib/Transforms | |
parent | f60ab47098c4768014ac4b761a6df41cb0cc0d5e (diff) | |
download | bcm5719-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.cpp | 2 |
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. |