[llvm-commits] [llvm] r52987 - in /llvm/trunk: include/llvm/CodeGen/MachineDebugInfoDesc.h lib/CodeGen/MachineDebugInfoDesc.cpp lib/CodeGen/MachineModuleInfo.cpp

Bill Wendling isanbard at gmail.com
Tue Jul 1 15:16:15 PDT 2008


On Tue, Jul 1, 2008 at 3:14 PM, Dale Johannesen <dalej at apple.com> wrote:
>
> On Jul 1, 2008, at 3:08 PMPDT, Bill Wendling wrote:
>> - Don't use GlobalVariable::LinkageTypes when unsigned works.
>
> Is there some reason we need this?  I strongly prefer the enum if it
> works.
> Makes things easier to read and harder to abuse.
>
It required pulling in the GlobalVariable.h header into the
MachineDebugInfoDesc.h file. That's the only reason I can think of.

-bw



More information about the llvm-commits mailing list