Skip to content

Commit 660ff65

Browse files
committed
Fix buildbreak introduced in ed2deab
1 parent ed2deab commit 660ff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/MLRegallocEvictAdvisor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ static cl::opt<std::string> ModelUnderTraining(
5858
"regalloc-model", cl::Hidden,
5959
cl::desc("The model being trained for register allocation eviction"));
6060

61-
extern cl::opt<unsigned> EvictInterferenceCutoff;
62-
6361
#endif // #ifdef LLVM_HAVE_TF_API
6462

63+
extern cl::opt<unsigned> EvictInterferenceCutoff;
64+
6565
/// The score injection pass.
6666
/// This pass calculates the score for a function and inserts it in the log, but
6767
/// this happens only in development mode. It's a no-op otherwise.

0 commit comments

Comments
 (0)