eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git] / test / Transforms / ConstProp / bitcast2.ll
blob5c5eab1879c3ab4daa26af3e6963d33a7920258e
1 ; RUN: opt < %s -instcombine -S | not grep bitcast
2 ; PR2165
4 define <1 x i64> @test() {
5   %A = bitcast i64 63 to <1 x i64>
6   ret <1 x i64> %A