aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCBranchSelector.cpp
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
commitb157f858a233b30a7aaf56c5f1559ea2d7f13dd5 (patch)
treecaff7fa0cb0989c0a1b1e5077167d377dc111bd1 /lib/Target/PowerPC/PPCBranchSelector.cpp
parent9cb2d6167d8be5b06fdd4a2246677ba6ab90f3a9 (diff)
silence incredibly braindead GCC 4 warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r--lib/Target/PowerPC/PPCBranchSelector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp
index c6e8741028..7ace3c10d4 100644
--- a/lib/Target/PowerPC/PPCBranchSelector.cpp
+++ b/lib/Target/PowerPC/PPCBranchSelector.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;
}
}