blob: d88f811e8e9cc0fbf9114c74db4e6ab27d1a6a42 [file] [log] [blame]
Shih-wei Liaoe264f622010-02-10 11:10:31 -08001; RUN: opt < %s -constprop | llvm-dis
2; PR3465
3
4define double @test() {
5 %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
6 ret double %tmp24
7}
8