summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-07-13 19:03:45 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-07-13 19:03:45 +0000
commitc7c3cb1f4e83f4599fd3bc9dd3e1aca652b8fc59 (patch)
tree5f1db0b75691136a849ad8214bdd67dc8dfbecdc /llvm/lib/CodeGen/SelectionDAG
parent5705cd8cf656ec2f3a0bff5b536f128a174a7fb3 (diff)
downloadbcm5719-llvm-c7c3cb1f4e83f4599fd3bc9dd3e1aca652b8fc59.tar.gz
bcm5719-llvm-c7c3cb1f4e83f4599fd3bc9dd3e1aca652b8fc59.zip
MC: make MCWin64EHInstruction a POD-like struct
This is the first of a number of changes designed to generalise MCWin64EHInstruction to support different target architectures. An ordered set (vector) of these instructions is saved per frame to permit the emission of information for Windows NT style unwinding. The only bit of information which is actually target specific here is the Opcode for the unwinding bytecode. The remainder of the information is simply generic information that is relevant to the Windows NT unwinding model. Remove the accessors for the fields, making them const and public instead. Sink the knowledge of the alias'ed name into the single source and sink a single-use check method into the use. llvm-svn: 212914
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud