[LLVMdev] Re: CVS broken in X86ISelLowering.cpp.

Evan Cheng evan.cheng at apple.com
Tue Mar 28 08:20:09 PST 2006


Oops. Fixed now.

Thanks.

Evan

On Mar 28, 2006, at 12:52 AM, Ramana Radhakrishnan wrote:

> Hi Evan,
>
> The commit
>
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- 
> Mon-20060327/033389.html
>
> broke CVS. The attached obvious patch fixes it. I don't have write
> access . So can someone commit this in ?
>
> ramana at zirakzigil:~/fsf/llvm/llvm/lib/Target/X86$ cvs diff -au
> X86ISelLowering.cpp
> Index: X86ISelLowering.cpp
> ===================================================================
> RCS file: /var/cvs/llvm/llvm/lib/Target/X86/X86ISelLowering.cpp,v
> retrieving revision 1.139
> diff -a -u -r1.139 X86ISelLowering.cpp
> --- X86ISelLowering.cpp 28 Mar 2006 08:27:15 -0000      1.139
> +++ X86ISelLowering.cpp 28 Mar 2006 08:47:58 -0000
> @@ -2609,5 +2609,5 @@
>            X86::isPSHUFDMask(Mask.Val) ||
>            X86::isSHUFPMask(Mask.Val) ||
>            X86::isUNPCKLMask(Mask.Val) ||
> -          X86::isUNPCKHMask(Mask.Val);
> +          X86::isUNPCKHMask(Mask.Val));
>  }
>
>
> cheers
> Ramana
>




More information about the llvm-dev mailing list