From 3eb7150c3eddde856b62c9c6fbe11569d01a6bb3 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Thu, 14 Apr 2005 10:06:35 +0000 Subject: [PATCH] oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21299 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/IA64/IA64ISelPattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/IA64/IA64ISelPattern.cpp b/lib/Target/IA64/IA64ISelPattern.cpp index 34ab0a6119f..3e74802d1a3 100644 --- a/lib/Target/IA64/IA64ISelPattern.cpp +++ b/lib/Target/IA64/IA64ISelPattern.cpp @@ -460,7 +460,7 @@ static unsigned ExactLog2(uint64_t Val) { static unsigned ExactLog2sub1(uint64_t Val) { unsigned int n; for(n=0; n<64; n++) { - if(Val==(uint64_t)((1<