forked from OSchip/llvm-project
Test to make sure that if we have an unaligned memcpy, it will still compile.
llvm-svn: 43412
This commit is contained in:
parent
801b63525d
commit
2305de81a4
|
@ -0,0 +1,5 @@
|
|||
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
|
||||
|
||||
void bork() {
|
||||
char Qux[33] = {0};
|
||||
}
|
Loading…
Reference in New Issue