make SectionKind be a first-class pod struct instead of just
authorChris Lattner <sabre@nondot.org>
Sat, 25 Jul 2009 23:21:55 +0000 (23:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 25 Jul 2009 23:21:55 +0000 (23:21 +0000)
commit460d51e0c029814cd901a2642bcaa7d776ff5929
tree58e9d81acef6ea84bc90dcdc50ea4f6835c566f6
parent7d509134dcec17f6094032196b21af5c67943f0f
make SectionKind be a first-class pod struct instead of just
an enum.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77096 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/DarwinTargetAsmInfo.h
include/llvm/Target/ELFTargetAsmInfo.h
include/llvm/Target/TargetAsmInfo.h
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/PIC16/PIC16TargetAsmInfo.cpp
lib/Target/PIC16/PIC16TargetAsmInfo.h
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.h