mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Merge DEBUG statements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67db883487
commit
6a97ed34ed
@ -1726,15 +1726,15 @@ ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
|
||||
return false;
|
||||
}
|
||||
|
||||
// Dumps the instruction encoding format.
|
||||
switch (TargetName) {
|
||||
case TARGET_ARM:
|
||||
case TARGET_THUMB:
|
||||
DEBUG(errs() << Name << " " << stringForARMFormat((ARMFormat)Form));
|
||||
break;
|
||||
}
|
||||
|
||||
DEBUG({
|
||||
// Dumps the instruction encoding format.
|
||||
switch (TargetName) {
|
||||
case TARGET_ARM:
|
||||
case TARGET_THUMB:
|
||||
errs() << Name << " " << stringForARMFormat((ARMFormat)Form);
|
||||
break;
|
||||
}
|
||||
|
||||
errs() << " ";
|
||||
|
||||
// Dumps the instruction encoding bits.
|
||||
|
Loading…
x
Reference in New Issue
Block a user