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
ae00a80869
llvm-project
/
llvm
/
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 08:53:13 +08: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 08:03:46 +08: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 08:53:13 +08:00
ret
void
}