diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-04 19:25:37 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-05-04 19:25:37 +0000 |
| commit | b8e94c349905fc4ca2ab334cfed947eeaa424967 (patch) | |
| tree | 12338c0f119173e93049edfb5efbff564545fc61 /llvm/lib/Target/Alpha/AlphaISelPattern.cpp | |
| parent | aed06a0e92f544ce172e8902c596a7690d02bce0 (diff) | |
| download | bcm5719-llvm-b8e94c349905fc4ca2ab334cfed947eeaa424967.tar.gz bcm5719-llvm-b8e94c349905fc4ca2ab334cfed947eeaa424967.zip | |
fix typo
llvm-svn: 21693
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelPattern.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index aa4ed3b13c3..3fcba64e0de 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp @@ -82,7 +82,7 @@ namespace { 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.... |

