| Chandler Carruth | 2c93cb2 | 2013-09-20 21:12:25 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s |
| Andy Gibbs | c6e68da | 2012-10-19 12:44:48 +0000 | [diff] [blame] | 2 | // expected-no-diagnostics |
| Daniel Dunbar | e17606d | 2010-03-26 20:17:23 +0000 | [diff] [blame] | 3 | |
| Bill Wendling | 67c5621 | 2010-10-20 00:12:59 +0000 | [diff] [blame] | 4 | // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken |
| 5 | // on win32 since we don't generally know how to find errno.h. |
| 6 | |
| 7 | #define __MM_MALLOC_H |
| 8 | |
| Chris Lattner | 7eac805 | 2010-03-22 18:14:12 +0000 | [diff] [blame] | 9 | // PR6658 |
| 10 | #include <xmmintrin.h> |
| 11 | |