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:
Chris Lattner 2005-06-17 13:44:07 +00:00
parent 9cb2d6167d
commit b157f858a2

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