]> granicus.if.org Git - llvm/commitdiff
[RS4GC] Comment clarification
authorPhilip Reames <listmail@philipreames.com>
Fri, 2 Jun 2017 01:52:06 +0000 (01:52 +0000)
committerPhilip Reames <listmail@philipreames.com>
Fri, 2 Jun 2017 01:52:06 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304514 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index 77b2bd84f9b6164673dafbacd54ee73d34fdbefb..1e48c4d0f07dce59486e9fcdaace0be2f0885a4c 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//