blob: b2bc122f28f59be0d22b767f4f7ae672ae0ed0e3 [file] [log] [blame]
Dan Gohman1b4c27772009-09-08 16:50:01 +00001; RUN: opt %s -instcombine | llvm-dis | not grep bitcast
Chris Lattner944ade92008-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