mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
new testcase for llvm.memset generation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11440 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a51be17f3
commit
e488d64eb2
7
test/CFrontend/2004-02-13-StringInit.c.tr
Normal file
7
test/CFrontend/2004-02-13-StringInit.c.tr
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep llvm.memset
|
||||
|
||||
char test(int X) {
|
||||
char str[10000] = "abc"; // tail should be memset.
|
||||
return str[X];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user