summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-06-17 13:44:07 +0000
committerChris Lattner <sabre@nondot.org>2005-06-17 13:44:07 +0000
commit3d57b4c75f0078558e53746fe3b160503b443063 (patch)
treebe65b7ccd9ef0be2ea7484e3910893cf24230967 /llvm/lib/Target
parent459a9cbe1e438efb15c115f4daf88ad8de0e135f (diff)
downloadbcm5719-llvm-3d57b4c75f0078558e53746fe3b160503b443063.tar.gz
bcm5719-llvm-3d57b4c75f0078558e53746fe3b160503b443063.zip
silence incredibly braindead GCC 4 warning
llvm-svn: 22246
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
index c6e87410286..7ace3c10d43 100644
--- a/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
+++ b/llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
@@ -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;
}
}
OpenPOWER on IntegriCloud