This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-15 07:59:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
25f2a23b4a
llvm
/
test
/
FrontendC
/
unaligned-memcpy.c
6 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Remove now-redundant llvm-as invocations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90626 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-05 00:02:37 +00:00
// RUN: %llvmgcc %s -S -emit-llvm -o - | llc
Test to make sure that if we have an unaligned memcpy, it will still compile. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43412 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-26 23:43:35 +00:00
void
bork
(
)
{
char
Qux
[
33
]
=
{
0
}
;
}
Reference in New Issue
Copy Permalink