mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
AArch64A57FPLoadBalancing.cpp: Define ColorNames in !NDEBUG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215226 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -107,7 +107,9 @@ namespace {
|
|||||||
/// A "color", which is either even or odd. Yes, these aren't really colors
|
/// A "color", which is either even or odd. Yes, these aren't really colors
|
||||||
/// but the algorithm is conceptually doing two-color graph coloring.
|
/// but the algorithm is conceptually doing two-color graph coloring.
|
||||||
enum class Color { Even, Odd };
|
enum class Color { Even, Odd };
|
||||||
|
#ifndef NDEBUG
|
||||||
static const char *ColorNames[2] = { "Even", "Odd" };
|
static const char *ColorNames[2] = { "Even", "Odd" };
|
||||||
|
#endif
|
||||||
|
|
||||||
class Chain;
|
class Chain;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user