[llvm] r304514 - [RS4GC] Comment clarification
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 18:52:06 PDT 2017
Author: reames
Date: Thu Jun 1 20:52:06 2017
New Revision: 304514
URL: http://llvm.org/viewvc/llvm-project?rev=304514&view=rev
Log:
[RS4GC] Comment clarification
Modified:
llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp?rev=304514&r1=304513&r2=304514&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp Thu Jun 1 20:52:06 2017
@@ -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.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list