blob: f0dbc63deff9c66850d96e51f4aa4f160b503f3d [file] [log] [blame]
; RUN: opt < %s -passes=instcombine -S | grep load
define void @test(i32* %P) {
; Dead but not deletable!
%X = load volatile i32, i32* %P ; <i32> [#uses=0]
ret void
}