Error: llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp

Can anyone provide a fix to this error on the llvm trunk at the latest
revision ():

make[3]: Entering directory
`/usr/local/svn-repos/llvm-svn-trunk/build/lib/Transforms/ObjCARC'
llvm[3]: Compiling ObjCARCOpts.cpp for Release+Debug+Asserts build
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:
In constructor '{anonymous}::PtrState::PtrState({anonymous}::PtrState&&)':
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:426:9:
error: invalid conversion from 'unsigned char' to
'{anonymous}::Sequence' [-fpermissive]
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:
In member function 'void {anonymous}::BBState::MergePred(const
{anonymous}::BBState&)':
/usr/local/svn-repos/llvm-svn-trunk/llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:734:61:
note: synthesized method
'{anonymous}::PtrState::PtrState({anonymous}::PtrState&&)' first
required here

Best regards,

-Tom

Sorry, that is revision 195934.

-Tom

I’m not seeing that problem with the current trunk sources, and I haven’t heard anyone else report it. If you’re still seeing it, you should investigate to figure out what you’re doing differently that is exposing that problem.