1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[Hexagon] Fix a typo: #ifndef DEBUG -> #ifndef NDEBUG

llvm-svn: 314216
This commit is contained in:
Krzysztof Parzyszek 2017-09-26 15:31:15 +00:00
parent b9efefedbd
commit 1d4cc25005

View File

@ -149,7 +149,7 @@ const TargetRegisterClass &HexagonEvaluator::composeWithSubRegIndex(
default:
break;
}
#ifndef DEBUG
#ifndef NDEBUG
dbgs() << "Reg class id: " << RC.getID() << " idx: " << Idx << '\n';
#endif
llvm_unreachable("Unimplemented combination of reg class/subreg idx");