diff options
| author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-12-13 15:31:28 +0000 |
|---|---|---|
| committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2008-12-13 15:31:28 +0000 |
| commit | 19ed30be382f63dee25884282438c98df70c20b1 (patch) | |
| tree | f881961c10a893cf9684008f8b0f9abfef64ec86 /clang/test/CodeGen | |
| parent | c41deefec7f176f000be5d77c55e4f8d5c5cfb54 (diff) | |
| download | bcm5719-llvm-19ed30be382f63dee25884282438c98df70c20b1.tar.gz bcm5719-llvm-19ed30be382f63dee25884282438c98df70c20b1.zip | |
stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux
llvm-svn: 60981
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/mmintrin-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mmintrin-test.c b/clang/test/CodeGen/mmintrin-test.c index 97faae75a6f..6d68a75ff2d 100644 --- a/clang/test/CodeGen/mmintrin-test.c +++ b/clang/test/CodeGen/mmintrin-test.c @@ -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 }; |

