mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 20:33:54 +00:00
Silence an unused variable warning.
No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3506457311
commit
23ff386e07
@ -317,6 +317,7 @@ void WinEHNumbering::createUnwindMapEntry(int ToState, ActionHandler *AH) {
|
||||
}
|
||||
|
||||
static void print_name(const Value *V) {
|
||||
#ifndef NDEBUG
|
||||
if (!V) {
|
||||
DEBUG(dbgs() << "null");
|
||||
return;
|
||||
@ -326,6 +327,7 @@ static void print_name(const Value *V) {
|
||||
DEBUG(dbgs() << F->getName());
|
||||
else
|
||||
DEBUG(V->dump());
|
||||
#endif
|
||||
}
|
||||
|
||||
void WinEHNumbering::proccessCallSite(ArrayRef<ActionHandler *> Actions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user