[llvm-commits] [llvm] r59802 - in /llvm/trunk: docs/LangRef.html examples/BrainF/BrainF.cpp include/llvm/IntrinsicInst.h include/llvm/Intrinsics.td lib/Analysis/IPA/Andersens.cpp lib/CodeGen/IntrinsicLowering.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp lib/Transforms/Scalar/InstructionCombining.cpp lib/Transforms/Scalar/MemCpyOptimizer.cpp lib/Transforms/Scalar/SimplifyLibCalls.cpp lib/Transforms/Utils/InlineFunction.cpp lib/VMCore/Verifier.cpp

Chris Lattner clattner at apple.com
Fri Nov 21 08:47:49 PST 2008


On Nov 21, 2008, at 8:29 AM, Chris Lattner wrote:

>
> On Nov 21, 2008, at 4:48 AM, Matthijs Kooijman wrote:
>
>> Hi Bill, Sanjiv,
>>
>>> This patch also broke clang, at least with the following error:
>>
>> W00ps, scratch that. The _revert_ broke clang, since Sanjiv properly
>> updated
>> clang with the new intrinsics (but apparently not llvm-gcc).
>
> This is fixed now.  I'll sort this out and recommit the patches.

llvm, llvm-gcc, and clang should now all be in sync.

-Chris



More information about the llvm-commits mailing list