summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJakub Staszak <kubastaszak@gmail.com>2012-05-01 23:08:16 +0000
committerJakub Staszak <kubastaszak@gmail.com>2012-05-01 23:08:16 +0000
commit6126401c835a337c80d1f188275328e2a8396c27 (patch)
tree4f8f40c531d863514a25ead7353a4f1d0dbf65b6 /llvm/lib
parentf73e2604b10e001c0b4c4fcc885275d1c9eaa624 (diff)
downloadbcm5719-llvm-6126401c835a337c80d1f188275328e2a8396c27.tar.gz
bcm5719-llvm-6126401c835a337c80d1f188275328e2a8396c27.zip
Remove unneeded break.
llvm-svn: 155959
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86CodeEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86CodeEmitter.cpp b/llvm/lib/Target/X86/X86CodeEmitter.cpp
index 458198f0029..57af7bb43f6 100644
--- a/llvm/lib/Target/X86/X86CodeEmitter.cpp
+++ b/llvm/lib/Target/X86/X86CodeEmitter.cpp
@@ -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:
OpenPOWER on IntegriCloud