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
6fdb7a6547
llvm-project
/
llvm
/
test
/
Analysis
/
Andersens
/
trivialtest.ll
4 lines
76 B
LLVM
Raw
Normal View
History
Unescape
Escape
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
2009-09-12 02:01:28 +08:00
; RUN: opt < %s -anders-aa -disable-output
Believe it or not, this was broken in LLVM 1.3 llvm-svn: 15812
2004-08-16 13:39:19 +08:00
Remove llvm-upgrade. llvm-svn: 47110
2008-02-14 14:56:27 +08:00
define
void
@foo
(
)
{
ret
void
}