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 | b5884d311672a0d84c6b2627254001b27af45e2d (patch) | |
tree | 1658e542ba265cd0eccaa06a0810c1224dde1a91 /lib/Target/Alpha/AlphaISelPattern.cpp | |
parent | 590091975c5cad112797180a702798d1bb1e425e (diff) |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaISelPattern.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaISelPattern.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp index aa4ed3b13c..3fcba64e0d 100644 --- a/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/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.... |