CodeGen: Add a getSectionKind method to MachineConstantPoolEntry
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 14 Jul 2014 22:06:29 +0000 (22:06 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 14 Jul 2014 22:06:29 +0000 (22:06 +0000)
commita539d7b4df76931166a7ea963527038224db74ce
tree808545b12456cf2faa3a3b7414350050eb59ad81
parent26a4201636e28ac4398d50036fb7ce697991c8e3
CodeGen: Add a getSectionKind method to MachineConstantPoolEntry

This is just a helper routine, no functionality has changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212993 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineConstantPool.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/MachineFunction.cpp