aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-05 03:36:17 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-05 03:36:17 +0000
commit4a7c3110086ad67fa4a56f43d659defe018477a0 (patch)
treecafd3ee36f4ecec125d9a292f57fdd6ccf64f02e /llvm/lib/CodeGen/MachineFunction.cpp
parent322270842cce3c74eed498937bf39bb57f89ee4a (diff)
downloadllvm-4a7c3110086ad67fa4a56f43d659defe018477a0.zip
llvm-4a7c3110086ad67fa4a56f43d659defe018477a0.tar.gz
llvm-4a7c3110086ad67fa4a56f43d659defe018477a0.tar.bz2
Refactor the ScalarTargetTransformInfo API for querying about the
legality of an address mode to not use a struct of four values and instead to accept them as parameters. I'd love to have named parameters here as most callers only care about one or two of these, but the defaults aren't terribly scary to write out. That said, there is no real impact of this as the passes aren't yet using STTI for this and are still relying upon TargetLowering. llvm-svn: 171595
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions