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-11-14 13:07:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
84232681cc
llvm-6502
/
test
/
FrontendC
/
2002-09-08-PointerShifts.c
7 lines
103 B
C
Raw
Normal View
History
Unescape
Escape
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17532 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 22:41:00 +00:00
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
Checkin old testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3855 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-20 14:37:46 +00:00
int
foo
(
int
*
A
,
unsigned
X
)
{
Eliminate tabs and trailing spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21479 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-23 21:26:11 +00:00
return
A
[
X
]
;
Checkin old testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3855 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-20 14:37:46 +00:00
}
Reference in New Issue
Copy Permalink