Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -march=x86 | not grep and |
Duncan Sands | 7d9e361 | 2009-01-31 15:50:11 +0000 | [diff] [blame] | 2 | ; PR3401 |
3 | |||||
4 | define void @x(i288 %i) nounwind { | ||||
5 | call void @add(i288 %i) | ||||
6 | ret void | ||||
7 | } | ||||
8 | |||||
9 | declare void @add(i288) |