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
82536bdbbf
llvm-project
/
llvm
/
test
/
Assembler
/
2009-07-24-ZeroArgGEP.ll
6 lines
99 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. llvm-svn: 79992
2009-08-25 23:38:29 +08:00
; RUN: llvm-as %s -o /dev/null
Fix assert assembling zero-argument constant GEP. There's still a strict-aliasing violation here, but I don't feel like dealing with that right now... llvm-svn: 77005
2009-07-25 05:56:17 +08:00
@foo
=
global
i32
0
@bar
=
constant
i32
*
getelementptr
(
i32
*
@foo
)