Skip to content

Commit 6afbc09

Browse files
[NFS][CodeMoverUtils] Add comment saying not ready for production usage. (#68573)
Add comment to CodeMoverUtils.h
1 parent 71a8d2e commit 6afbc09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// This family of functions determine movements are safe on basic blocks, and
1010
// instructions contained within a function.
1111
//
12+
// Please note that this is work in progress, and the functionality is not
13+
// ready for broader production use.
14+
//
1215
//===----------------------------------------------------------------------===//
1316

1417
#ifndef LLVM_TRANSFORMS_UTILS_CODEMOVERUTILS_H

0 commit comments

Comments
 (0)