projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
617742b
)
Like the comment says...
author
Chris Lattner
<sabre@nondot.org>
Fri, 14 Oct 2005 22:48:24 +0000
(22:48 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 14 Oct 2005 22:48:24 +0000
(22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23737
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCAsmPrinter.cpp
b/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 6073d6031ee449c463df1eaaf9f2141400902d92..539b821534d3e7b20ff035bd2b28a0e8622ea6fb 100644
(file)
--- a/
lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/
lib/Target/PowerPC/PPCAsmPrinter.cpp
@@
-343,12
+343,6
@@
void PowerPCAsmPrinter::printOp(const MachineOperand &MO, bool IsCallOp) {
void PowerPCAsmPrinter::printMachineInstruction(const MachineInstr *MI) {
++EmittedInsts;
-/// NOTE: THIS SHOULD NEVER BE CHECKED IN. STAY LOCAL IN CHRIS'S TREE.
- if (0 && MI->getOpcode() == PPC::OR)
- assert((MI->getOperand(0).getReg() != MI->getOperand(1).getReg() ||
- MI->getOperand(2).getReg() != MI->getOperand(1).getReg()) &&
- "noop copy emitted!");
-
// Check for slwi/srwi mnemonics.
if (MI->getOpcode() == PPC::RLWINM) {
bool FoundMnemonic = false;