silence incredibly braindead GCC 4 warning

llvm-svn: 22246
This commit is contained in:
Chris Lattner 2005-06-17 13:44:07 +00:00
parent 459a9cbe1e
commit 3d57b4c75f
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}