diff options
Diffstat (limited to 'clang/test/CodeGen/vector.c')
| -rw-r--r-- | clang/test/CodeGen/vector.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/test/CodeGen/vector.c b/clang/test/CodeGen/vector.c index 3fa5f1441d2..099867732bd 100644 --- a/clang/test/CodeGen/vector.c +++ b/clang/test/CodeGen/vector.c @@ -18,11 +18,6 @@ void test3 ( vec4* a, char b, float c ) { (*a)[b] = c; } - - -// Don't include mm_malloc.h, it's system specific. -#define __MM_MALLOC_H - #include <mmintrin.h> int test4(int argc, char *argv[]) { |

