[llvm-commits] CVS: llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 17 06:44:19 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PowerPCBranchSelector.cpp updated: 1.9 -> 1.10
---
Log message:
silence incredibly braindead GCC 4 warning
---
Diffs of the changes: (+0 -2)
PowerPCBranchSelector.cpp | 2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp
diff -u llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.9 llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.10
--- llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp:1.9 Sun Jun 12 18:50:33 2005
+++ llvm/lib/Target/PowerPC/PowerPCBranchSelector.cpp Fri Jun 17 08:44:07 2005
@@ -42,10 +42,8 @@
return 12;
case PPC::IMPLICIT_DEF: // no asm emitted
return 0;
- break;
default:
return 4; // PowerPC instructions are all 4 bytes
- break;
}
}
More information about the llvm-commits
mailing list