mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
make this test not depend on how the system header defines memset.
llvm-svn: 58016
This commit is contained in:
parent
5447f9679d
commit
493cae1ca3
@ -1,6 +1,7 @@
|
||||
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep llvm.memset | count 3
|
||||
|
||||
#include <memory.h>
|
||||
void *memset(void*, int, long);
|
||||
void bzero(void*, int);
|
||||
|
||||
void test(int* X, char *Y) {
|
||||
memset(X, 4, 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user