This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2025-01-10 22:46:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm
/
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