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
df8e17d80b
llvm-project
/
llvm
/
test
/
Transforms
/
GlobalDCE
/
basicvariabletest.ll
6 lines
102 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 -globaldce -S | not grep global
Include a basic simple test. llvm-svn: 3369
2002-08-18 06:36:45 +08:00
Remove llvm-upgrade and update test cases. llvm-svn: 47793
2008-03-01 17:15:35 +08:00
@X
=
external
global
i32
@Y
=
internal
global
i32
7
Include a basic simple test. llvm-svn: 3369
2002-08-18 06:36:45 +08:00