diff options
| author | Philip Reames <listmail@philipreames.com> | 2017-06-02 01:52:06 +0000 |
|---|---|---|
| committer | Philip Reames <listmail@philipreames.com> | 2017-06-02 01:52:06 +0000 |
| commit | ae80045debdd1c46bfa233c87247182862bf4437 (patch) | |
| tree | f969220791263f31f97e266a9887e2f9c7fbadc3 /llvm/lib | |
| parent | 0f7dc0e2d05d905358405592d545c4499d670d39 (diff) | |
| download | bcm5719-llvm-ae80045debdd1c46bfa233c87247182862bf4437.tar.gz bcm5719-llvm-ae80045debdd1c46bfa233c87247182862bf4437.zip | |
[RS4GC] Comment clarification
llvm-svn: 304514
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 77b2bd84f9b..1e48c4d0f07 100644 --- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// Rewrite an existing set of gc.statepoints such that they make potential -// relocations performed by the garbage collector explicit in the IR. +// Rewrite call/invoke instructions so as to make potential relocations +// performed by the garbage collector explicit in the IR. // //===----------------------------------------------------------------------===// |

