This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-14 11:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fde18e5eff
llvm-6502
/
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