[llvm-commits] [llvm] r52987 - in /llvm/trunk: include/llvm/CodeGen/MachineDebugInfoDesc.h lib/CodeGen/MachineDebugInfoDesc.cpp lib/CodeGen/MachineModuleInfo.cpp
Dale Johannesen
dalej at apple.com
Tue Jul 1 15:14:32 PDT 2008
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.
More information about the llvm-commits
mailing list