Skip to content

Commit ae80045

Browse files
committed
[RS4GC] Comment clarification
llvm-svn: 304514
1 parent 0f7dc0e commit ae80045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88
//===----------------------------------------------------------------------===//
99
//
10-
// Rewrite an existing set of gc.statepoints such that they make potential
11-
// relocations performed by the garbage collector explicit in the IR.
10+
// Rewrite call/invoke instructions so as to make potential relocations
11+
// performed by the garbage collector explicit in the IR.
1212
//
1313
//===----------------------------------------------------------------------===//
1414

0 commit comments

Comments
 (0)