Remove unneeded break.

llvm-svn: 155959
This commit is contained in:
Jakub Staszak 2012-05-01 23:08:16 +00:00
parent f73e2604b1
commit 6126401c83
1 changed files with 0 additions and 1 deletions

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: