This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-11 08:07:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dde785cd70
llvm-6502
/
test
/
Assembler
/
2009-07-24-ZeroArgGEP.ll
6 lines
99 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:38:29 +00: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... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77005 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-24 21:56:17 +00:00
@foo
=
global
i32
0
@bar
=
constant
i32
*
getelementptr
(
i32
*
@foo
)
Reference in New Issue
Copy Permalink