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-02 07:11:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
38048cdb1c
llvm-6502
/
test
/
Assembler
/
2009-02-28-CastOpc.ll
8 lines
95 B
LLVM
Raw
Normal View
History
Unescape
Escape
Fix a pretty awesome bug that only happened in a strange case with anonymous types. This was reading the uint for the keyword after the token was advanced. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65743 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-01 00:53:13 +00:00
; RUN: llvm-as < %s | llvm-dis
define
void
@foo
(
)
{
Remove support for parsing the "type i32" syntax for defining a numbered top level type without a specified number. This syntax isn't documented and blocks forward progress. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-19 00:03:46 +00:00
bitcast
i32
*
null
to
i32
*
Fix a pretty awesome bug that only happened in a strange case with anonymous types. This was reading the uint for the keyword after the token was advanced. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65743 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-01 00:53:13 +00:00
ret
void
}
Reference in New Issue
Copy Permalink