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-01 00:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
df75125ff5
llvm-6502
/
test
/
Transforms
/
DSAnalysis
/
simplest-test.ll
7 lines
91 B
LLVM
Raw
Normal View
History
Unescape
Escape
Changed all of these tests to be TestRunner tests (or, at least they can be TestRunner tests). This makes creating the new test database class easier to implement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8841 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-03 18:42:25 +00:00
; RUN: analyze %s -tddatastructure
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4553 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-05 21:12:30 +00:00
void
%foo
(
i
n
t
*
%X
)
{
store
i
n
t
4
,
i
n
t
*
%X
ret
void
}
Reference in New Issue
Copy Permalink