[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed May 4 12:25:54 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.108 -> 1.109
---
Log message:
fix typo
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.108 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.109
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.108 Wed May 4 14:12:09 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Wed May 4 14:25:37 2005
@@ -82,7 +82,7 @@
if (!EnableAlphaCT) {
setOperationAction(ISD::CTPOP , MVT::i64 , Expand);
setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
- setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
+ setOperationAction(ISD::CTLZ , MVT::i64 , Expand);
}
//If this didn't legalize into a div....
More information about the llvm-commits
mailing list