This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-25 04:02:41 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
33a91c0c9a
llvm-mirror
/
test
/
Assembler
/
2002-05-02-ParseError.ll
8 lines
84 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. llvm-svn: 79992
2009-08-25 17:38:29 +02:00
; RUN: llvm-as %s -o /dev/null
Adding RUN lines. llvm-svn: 17528
2004-11-06 23:07:09 +01:00
Make this test that we can drop the implementation keyword for llvm-as. llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
2007-01-05 18:29:41 +01:00
%T
=
type
i32
*
New testcase llvm-svn: 2438
2002-05-02 21:54:58 +02:00
For PR761: Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
2007-01-26 09:25:06 +01:00
define
%T
@test
(
)
{
Simplify the testcase a bit llvm-svn: 2439
2002-05-02 21:58:05 +02:00
ret
%T
null
Update testcases to use long to index gep llvm-svn: 5717
2003-03-06 20:59:08 +01:00
}
Reference in New Issue
Copy Permalink