summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CallingConvLower.cpp
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2015-01-08 06:36:41 +0000
committerMarshall Clow <mclow.lists@gmail.com>2015-01-08 06:36:41 +0000
commita257ab08038df7a2ef0262d04548f25e62cf7cc1 (patch)
tree5a4efe8d70f5b8b09e65cc901d6764ede4d81161 /llvm/lib/CodeGen/CallingConvLower.cpp
parentc51d3ecb98bc3559c8ad4c785f241e84f5fc3877 (diff)
downloadbcm5719-llvm-a257ab08038df7a2ef0262d04548f25e62cf7cc1.tar.gz
bcm5719-llvm-a257ab08038df7a2ef0262d04548f25e62cf7cc1.zip
In early C++11 standard drafts, std::function derived from std::unary_function or std::binary_function if there was only one (or two) parameters. Before C++11 shipped, this restiction was lifted, but libc++ still does this (which is fine). However, the tests still check for this outdated requiremnt. Change then to check for the nested typedefs instead (which are still required by the standard). No change to the library.
llvm-svn: 225430
Diffstat (limited to 'llvm/lib/CodeGen/CallingConvLower.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud