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
c3e664a431
llvm-mirror
/
test
/
Other
/
2010-05-06-Printer.ll
7 lines
87 B
LLVM
Raw
Normal View
History
Unescape
Escape
Don't write a file named "&1". llvm-svn: 106269
2010-06-18 03:49:17 +02:00
; RUN: llc -O2 -print-after-all < %s 2>/dev/null
Fix PR6875: This includes a patch by Roman Divacky to fix the initial crash. Move the actual addition of passes from *PassManager::add to *PassManager::addImpl. That way, when adding printer passes we won't recurse infinitely. Finally, check to make sure that we are actually adding a FunctionPass to a FunctionPassManager before doing a print before or after it. Immutable passes are strange in this way because they aren't FunctionPasses yet they can be and are added to the FunctionPassManager. llvm-svn: 103425
2010-05-10 22:24:27 +02:00
define
void
@tester
(
)
{
ret
void
}
Reference in New Issue
Copy Permalink