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-25 04:02:41 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d96bb7cb39
llvm-mirror
/
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. llvm-svn: 65743
2009-03-01 01:53:13 +01: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. llvm-svn: 133371
2011-06-19 02:03:46 +02: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. llvm-svn: 65743
2009-03-01 01:53:13 +01:00
ret
void
}
Reference in New Issue
Copy Permalink