]> granicus.if.org Git - clang/commitdiff
stdlib.h is the wrong header for printf, and introduces test-breaking definitions...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 13 Dec 2008 15:31:28 +0000 (15:31 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 13 Dec 2008 15:31:28 +0000 (15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60981 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/mmintrin-test.c

index 97faae75a6f2e965abf2e2b1a41e338b84da5391..6d68a75ff2d22f3829c61907f53a9bf2ca4097ea 100644 (file)
@@ -4,7 +4,7 @@
 // RUN: grep define %t | count 1
 
 #include <mmintrin.h>
-#include <stdlib.h>
+#include <stdio.h>
 
 int main(int argc, char *argv[]) {
   int array[16] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 };