[llvm-commits] [llvm] r136124 - in /llvm/trunk/include: llvm-c/Core.h llvm/Instruction.def

Eli Friedman eli.friedman at gmail.com
Wed Jul 27 00:31:12 PDT 2011


On Tue, Jul 26, 2011 at 10:50 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Jul 26, 2011, at 1:24 PM, Eli Friedman wrote:
>
>> Author: efriedma
>> Date: Tue Jul 26 15:24:06 2011
>> New Revision: 136124
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=136124&view=rev
>> Log:
>> Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.
>
> Hi Eli,
>
> The enums in Core.h are considered to be stable API that can't change.  Can you add the enum to the end of the list?

Oh, oops; I assume then that they aren't required to be the same as
the ones in Instruction.def?

-Eli




More information about the llvm-commits mailing list