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-04 09:54:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
352d352c02
llvm
/
test
/
FrontendC
/
2002-09-08-PointerShifts.c
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:38:29 +00:00
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
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
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