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:
parent
b9efefedbd
commit
1d4cc25005
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user