• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -mtriple=i686-- | not grep and
2; PR3401
3
4define void @x(i288 %i) nounwind {
5	call void @add(i288 %i)
6	ret void
7}
8
9declare void @add(i288)
10