Skip to content
Commit 037379d7 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix rdar://6252231 - cannot call vsnprintf with va_list on x86_64,

by decaying __builtin_va_list's type when forming builtins.  On
x86-64 (and other targets) __builtin_va_list is a typedef for
an array.

llvm-svn: 56768
parent ff2c187e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment