Chris Lattner | b58d0d5 | 2002-10-09 00:09:59 +0000 | [diff] [blame] | 1 | ; Due to a recent change, this testcase now sends the raise pass into an infinite loop |
2 | ; | ||||
Misha Brukman | e78760e | 2003-09-16 15:29:54 +0000 | [diff] [blame] | 3 | ; RUN: llvm-as < %s | opt -raise |
Chris Lattner | b58d0d5 | 2002-10-09 00:09:59 +0000 | [diff] [blame] | 4 | |
5 | implementation | ||||
6 | |||||
7 | void %test(sbyte* %P, void(...) * %F) { | ||||
8 | call void (...)* %F(sbyte* %P) | ||||
9 | ret void | ||||
10 | } |