[InstCombine] Change LLVM To canonicalize toward the value type being
[oota-llvm.git] / test / Transforms / InstCombine / cast.ll
index 578b16d981135bd5a3b8f0530a6636de9f26a058..a6865557409def067be9c02c29870aa4e669d657 100644 (file)
@@ -199,15 +199,6 @@ define i1 @test24(i1 %C) {
 ; CHECK: ret i1 true
 }
 
-define void @test25(i32** %P) {
-        %c = bitcast i32** %P to float**                ; <float**> [#uses=1]
-        ;; Fold cast into null
-        store float* null, float** %c
-        ret void
-; CHECK: store i32* null, i32** %P
-; CHECK: ret void
-}
-
 define i32 @test26(float %F) {
         ;; no need to cast from float->double.
         %c = fpext float %F to double           ; <double> [#uses=1]