summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-01-31-BigShift.ll
blob: 158839743d79635000bbd5938f9837141458d06a (plain)
1
2
3
4
5
6
7
8
9
; RUN: llc < %s -mtriple=i686-- | not grep and
; PR3401

define void @x(i288 %i) nounwind {
	call void @add(i288 %i)
	ret void
}

declare void @add(i288)
OpenPOWER on IntegriCloud