Update ARMConstantPoolValue to not use a modifier string. Use an explicit
authorJim Grosbach <grosbach@apple.com>
Wed, 10 Nov 2010 03:26:07 +0000 (03:26 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 10 Nov 2010 03:26:07 +0000 (03:26 +0000)
commit2c4d5125c708bb35140fc2a40b02beb1add101db
tree54de4c5d66ac53c03c0b8f5c0e9799fcbc75e67f
parent0cf2b2b9f0c4f9fc18ef527a227045793a769dee
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
VariantKind marker to indicate the additional information necessary. Update
MC to handle the new Kinds. rdar://8647623

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118671 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCExpr.h
lib/MC/MCExpr.cpp
lib/Target/ARM/ARMAsmPrinter.cpp