aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-04-28 20:34:27 +0000
committerReid Kleckner <rnk@google.com>2017-04-28 20:34:27 +0000
commit859f8b544a784798614cf9e0f0cdd99397b046fe (patch)
tree037ecc7ff173e4f7d6df3e1986aad5c035392b90 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
parent91d6a4488d49009d2c579394a8a7f7f944016bb5 (diff)
downloadllvm-859f8b544a784798614cf9e0f0cdd99397b046fe.zip
llvm-859f8b544a784798614cf9e0f0cdd99397b046fe.tar.gz
llvm-859f8b544a784798614cf9e0f0cdd99397b046fe.tar.bz2
Make getParamAlignment use argument numbers
The method is called "get *Param* Alignment", and is only used for return values exactly once, so it should take argument indices, not attribute indices. Avoids confusing code like: IsSwiftError = CS->paramHasAttr(ArgIdx, Attribute::SwiftError); Alignment = CS->getParamAlignment(ArgIdx + 1); Add getRetAlignment to handle the one case in Value.cpp that wants the return value alignment. This is a potentially breaking change for out-of-tree backends that do their own call lowering. llvm-svn: 301682
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions