Remove unneeded break.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155959 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakub Staszak 2012-05-01 23:08:16 +00:00
parent ce00b440f5
commit dca40aa911

View File

@ -1153,7 +1153,6 @@ void Emitter<CodeEmitter>::emitInstruction(MachineInstr &MI,
default:
llvm_unreachable("pseudo instructions should be removed before code"
" emission");
break;
// Do nothing for Int_MemBarrier - it's just a comment. Add a debug
// to make it slightly easier to see.
case X86::Int_MemBarrier: