[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelPattern.cpp
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed May 4 12:25:57 PDT 2005
Changes in directory llvm/lib/Target/X86:
X86ISelPattern.cpp updated: 1.111 -> 1.112
---
Log message:
fix typo
---
Diffs of the changes: (+1 -1)
X86ISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/X86ISelPattern.cpp
diff -u llvm/lib/Target/X86/X86ISelPattern.cpp:1.111 llvm/lib/Target/X86/X86ISelPattern.cpp:1.112
--- llvm/lib/Target/X86/X86ISelPattern.cpp:1.111 Tue May 3 12:19:29 2005
+++ llvm/lib/Target/X86/X86ISelPattern.cpp Wed May 4 14:25:37 2005
@@ -66,7 +66,7 @@
setOperationAction(ISD::SREM , MVT::f64 , Expand);
setOperationAction(ISD::CTPOP , MVT::i32 , Expand);
setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
- setOperationAction(ISD::CTTZ , MVT::i32 , Expand);
+ setOperationAction(ISD::CTLZ , MVT::i32 , Expand);
if (!UnsafeFPMath) {
setOperationAction(ISD::FSIN , MVT::f64 , Expand);
More information about the llvm-commits
mailing list