[LLVMdev] Typo in TargetLowering.cpp ?

George Russell george at codeplay.com
Fri Oct 14 08:51:46 PDT 2011


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



More information about the llvm-dev mailing list