forked from OSchip/llvm-project
silence incredibly braindead GCC 4 warning
llvm-svn: 22246
This commit is contained in:
parent
459a9cbe1e
commit
3d57b4c75f
|
@ -42,10 +42,8 @@ namespace {
|
|||
return 12;
|
||||
case PPC::IMPLICIT_DEF: // no asm emitted
|
||||
return 0;
|
||||
break;
|
||||
default:
|
||||
return 4; // PowerPC instructions are all 4 bytes
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue