[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Nate Begeman
natebegeman at mac.com
Wed Mar 23 20:40:07 PST 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.66 -> 1.67
---
Log message:
Remove comments that are now meaningless from the pattern ISels, at Chris's
request.
---
Diffs of the changes: (+1 -2)
AlphaISelPattern.cpp | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.66 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.67
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.66 Wed Mar 23 09:20:01 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Wed Mar 23 22:39:54 2005
@@ -1543,8 +1543,7 @@
unsigned Tmp1, Tmp2, Opc;
unsigned opcode = N.getOpcode();
- // FIXME: Disable for our current expansion model!
- if (/*!N->hasOneUse() &&*/ !ExprMap.insert(std::make_pair(N, notIn)).second)
+ if (!ExprMap.insert(std::make_pair(N, notIn)).second)
return; // Already selected.
SDNode *Node = N.Val;
More information about the llvm-commits
mailing list