blob: 5c5eab1879c3ab4daa26af3e6963d33a7920258e [file] [log] [blame]
Dan Gohman3e054fe2009-09-08 22:34:10 +00001; RUN: opt < %s -instcombine -S | not grep bitcast
Chris Lattner86851032008-10-16 05:26:51 +00002; PR2165
3
4define <1 x i64> @test() {
5 %A = bitcast i64 63 to <1 x i64>
6 ret <1 x i64> %A
7}
8