diff options
author | John McCall <rjmccall@apple.com> | 2010-02-24 07:14:12 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-02-24 07:14:12 +0000 |
commit | 8ee376f08ae11a8a79a9d8d6b36de12ad3b12869 (patch) | |
tree | 1b344eae714e87c6d15c02cdc9bbcd1f12de66ce /llvm/utils/TableGen/DAGISelMatcherEmitter.cpp | |
parent | e7327435a7f8336afb7db9022a5e7fbee8d67825 (diff) | |
download | bcm5719-llvm-8ee376f08ae11a8a79a9d8d6b36de12ad3b12869.tar.gz bcm5719-llvm-8ee376f08ae11a8a79a9d8d6b36de12ad3b12869.zip |
Canonicalize parameter and return types before computing ABI info. Eliminates
a common source of oddities and, in theory, removes some redundant ABI
computations. Also fixes a miscompile I introduced yesterday by refactoring
some code and causing a slightly different code path to be taken that
didn't perform *parameter* type canonicalization, just normal type
canonicalization; this in turn caused a bit of ABI code to misfire because
it was looking for 'double' or 'float' but received 'const float'.
llvm-svn: 97030
Diffstat (limited to 'llvm/utils/TableGen/DAGISelMatcherEmitter.cpp')
0 files changed, 0 insertions, 0 deletions