summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-27 18:18:41 +0000
committerChris Lattner <sabre@nondot.org>2006-06-27 18:18:41 +0000
commitd48ce275320a2095237f26ec5a994de9cbff9ab0 (patch)
tree648940a1c630681dd89a00e0321bc395fc58925b /llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
parent039215b020d46570689b0cbb9c45a0f5573f8537 (diff)
downloadbcm5719-llvm-d48ce275320a2095237f26ec5a994de9cbff9ab0.tar.gz
bcm5719-llvm-d48ce275320a2095237f26ec5a994de9cbff9ab0.zip
Implement 64-bit undef, sub, shl/shr, srem/urem
llvm-svn: 28929
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCBranchSelector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
index 657ff6ce633..36f68058f8f 100644
--- a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
+++ b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp
@@ -52,7 +52,8 @@ static unsigned getNumBytesForInstruction(MachineInstr *MI) {
// minor pessimization that saves us from having to worry about
// keeping the offsets up to date later when we emit long branch glue.
return 8;
- case PPC::IMPLICIT_DEF_GPR: // no asm emitted
+ case PPC::IMPLICIT_DEF_GPRC: // no asm emitted
+ case PPC::IMPLICIT_DEF_G8RC: // no asm emitted
case PPC::IMPLICIT_DEF_F4: // no asm emitted
case PPC::IMPLICIT_DEF_F8: // no asm emitted
return 0;
OpenPOWER on IntegriCloud