mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 18:34:09 +00:00
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:
parent
ce00b440f5
commit
dca40aa911
@ -1153,7 +1153,6 @@ void Emitter<CodeEmitter>::emitInstruction(MachineInstr &MI,
|
|||||||
default:
|
default:
|
||||||
llvm_unreachable("pseudo instructions should be removed before code"
|
llvm_unreachable("pseudo instructions should be removed before code"
|
||||||
" emission");
|
" emission");
|
||||||
break;
|
|
||||||
// Do nothing for Int_MemBarrier - it's just a comment. Add a debug
|
// Do nothing for Int_MemBarrier - it's just a comment. Add a debug
|
||||||
// to make it slightly easier to see.
|
// to make it slightly easier to see.
|
||||||
case X86::Int_MemBarrier:
|
case X86::Int_MemBarrier:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user