[move-keyword] Put the move keyword behind the experimental move only flag for now.

Originally move when it was in the stdlib as _move was behind a keyword but we
moved it in front to allow for some testing. Now that we are going with a
keyword (which we can't leave in/deprecate) move it behind the move only
experimental flag until this gets through evolution.
This commit is contained in:
Michael Gottesman
2022-08-10 10:56:29 -07:00
parent 2baa1e4ac6
commit f3081d0e9a
7 changed files with 16 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-run-stdlib-swift(-Xllvm -sil-disable-pass=DestroyHoisting)
// RUN: %target-run-stdlib-swift(-Xllvm -sil-disable-pass=DestroyHoisting -Xfrontend -enable-experimental-move-only)
//
// NOTE ON ABOVE: I am disabling destroy hoisting on this test since we are
// going to move it out of the mandatory pipeline eventually and it causes the