blob: 4eb0ec1485b75919f3221fca9ea9802b60a98376 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | not grep and
Duncan Sands7d9e3612009-01-31 15:50:11 +00002; PR3401
3
4define void @x(i288 %i) nounwind {
5 call void @add(i288 %i)
6 ret void
7}
8
9declare void @add(i288)