summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-07-22 02:01:04 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-07-22 02:01:04 +0000
commit202aac174abaaab0fcd1616f4728d11111441efa (patch)
tree3cb20c4e866e0a443f93123709b2a883942538ab /llvm/utils/TableGen/CodeGenDAGPatterns.cpp
parentb4b3578af7d013f5fe4f4bb323bc52bc2991ae33 (diff)
downloadbcm5719-llvm-202aac174abaaab0fcd1616f4728d11111441efa.tar.gz
bcm5719-llvm-202aac174abaaab0fcd1616f4728d11111441efa.zip
Sema: correct handling for __va_start for WoA
Windows ARM indicates __va_start as a variadic function. However, the function itself is treated as having 4 formal arguments: - (out) pointer to the va_list - (in) address of the last named argument - (in) slot size for the type of the last argument - address of the last named argument The last argument does not seem to have any bearing on codegen, and thus is not explicitly type checked at this point. Unlike the previous handling for __va_start, it does not currently validate if the parameter is the last named parameter (it seems that MSVC currently accepts this). llvm-svn: 213595
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud