| commit | d10babfd65abc2b90d17f3587082b7920887ccb0 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Oct 10 18:34:00 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Oct 10 18:34:00 2010 +0000 |
| tree | 23b72fc41b4b20889a874bee263044f6ba9faebb | |
| parent | f11031a68c46a52da8df79f6f89ffd279b1d47c8 [diff] |
fix the expansion of va_arg instruction on PPC to know the arg alignment for PPC32/64, avoiding some masking operations. llvm-gcc expands vaarg inline instead of using the instruction so it has never hit this. llvm-svn: 116168