[LLVMdev] Typo in TargetLowering.cpp ?

Jim Grosbach grosbach at apple.com
Fri Oct 14 08:56:19 PDT 2011


Quite right. Fixed in r141956. Thanks!

-Jim

On Oct 14, 2011, at 8:51 AM, George Russell wrote:

> Hi all,
> 
> I think there is a typo in TargetLowering.cpp where 
> Names[RTLIB::SYNC_FETCH_AND_XOR_4] = "__sync_fetch_and-xor_4";
> is given, and it looks like it should be "__sync_fetch_and_xor_4";
> 
> This was added here:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?view=diff&r1=106320&r2=106321 
> <http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp?view=diff&r1=106320&r2=106321>
> 
> Cheers,
> George
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list