[llvm-commits] [llvm] r79969 - in	/llvm/trunk/lib/CodeGen/AsmPrinter:	DwarfException.cpp	DwarfException.h
    Bill Wendling 
    isanbard at gmail.com
       
    Tue Aug 25 00:59:50 PDT 2009
    
    
  
On Aug 25, 2009, at 12:29 AM, Eric Christopher wrote:
>
> On Aug 24, 2009, at 7:27 PM, Bill Wendling wrote:
>
>> +  void EmitCommonInformationEntry(const Function *Personality,
>> unsigned Index);
>> +
>> +  /// EmitFrameDescriptionEntry - Emit the Frame Description Entry
>> (FDE) for the
>> +  /// function.
>> +  void EmitFrameDescriptionEntry(const FunctionEHFrameInfo
>> &EHFrameInfo);
>
> I'd honestly prefer EmitCIE and EmitFDE since that's what we'll see in
> just about any text referencing them. Easier to look for FDE too :)
>
I was going back and forth on that too. I'll go ahead and make the  
change, but I'm also sending out an RFC which is in the same area...
-bw
    
    
More information about the llvm-commits
mailing list