mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-30 16:17:05 +00:00
silence incredibly braindead GCC 4 warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22246 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -42,10 +42,8 @@ namespace {
|
|||||||
return 12;
|
return 12;
|
||||||
case PPC::IMPLICIT_DEF: // no asm emitted
|
case PPC::IMPLICIT_DEF: // no asm emitted
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
return 4; // PowerPC instructions are all 4 bytes
|
return 4; // PowerPC instructions are all 4 bytes
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user