[llvm-commits] [llvm] r136124 - in /llvm/trunk/include: llvm-c/Core.h llvm/Instruction.def
Chris Lattner
clattner at apple.com
Wed Jul 27 08:09:50 PDT 2011
On Jul 27, 2011, at 12:31 AM, Eli Friedman wrote:
> 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?
Right, exactly. Instruction.def isn't guaranteed to be stable.
-Chris
More information about the llvm-commits
mailing list