Add target flags to SPARC address operands.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 14 Apr 2013 01:33:32 +0000 (01:33 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 14 Apr 2013 01:33:32 +0000 (01:33 +0000)
commit0ec587e26cd7e048b3150f89fa6d6245d5728cec
treeb6ac578f07b7f601e8dd4cf97b9e77df253ee60f
parent63496f66c5b528a48f8da7714ee3f635f8aadd18
Add target flags to SPARC address operands.

SDNodes and MachineOperands get target flags representing the %hi() and
%lo() assembly annotations that eventually become relocations.

Also define flags to be used by the 64-bit code models.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/MCTargetDesc/SparcBaseInfo.h [new file with mode: 0644]
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/Sparc/SparcISelLowering.h