This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
72bdc270cc
llvm-project
/
llvm
/
test
/
Assembler
/
2003-11-11-ImplicitRename.ll
9 lines
107 B
LLVM
Raw
Normal View
History
Unescape
Escape
For all RUN lines starting with "not", redirect stderr to /dev/null so tests don't fail when (expected) error output is produced. This fixes 17 tests. While I was there, I also made all RUN lines of the form "not llvm-as..." a bit more consistent, they now all redirect stderr and stdout to /dev/null and use input redirect to read their input. llvm-svn: 52174
2008-06-10 20:57:32 +08:00
; RUN: not llvm-as < %s >& /dev/null
New testcase for PR107 llvm-svn: 9910
2003-11-12 12:40:11 +08:00
void
%test
(
)
{
%X
=
add
i
n
t
0
,
1
%X
=
add
i
n
t
1
,
2
ret
void
}