summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2007-11-23-cttz.ll
blob: a28c9b0a2f135a1be7dcdcb07314a13215b6e5c5 (plain)
1
2
3
4
5
6
7
8
; RUN: opt < %s -constprop -S | grep {ret i13 13}
; PR1816
declare i13 @llvm.cttz.i13(i13, i1)

define i13 @test() {
	%X = call i13 @llvm.cttz.i13(i13 0, i1 true)
	ret i13 %X
}