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-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
cf35a852f5
llvm-mirror
/
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 17:38:29 +02: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-24 23:56:17 +02:00
@foo
=
global
i32
0
@bar
=
constant
i32
*
getelementptr
(
i32
*
@foo
)
Reference in New Issue
Copy Permalink