Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2003-09-09-VolatileLoadElim.ll
blob5cdea324c4bace40ac0d74c72233b1fbce2becf5
1 ; RUN: opt < %s -passes=instcombine -S | grep load
3 define void @test(ptr %P) {
4         ; Dead but not deletable!
5         %X = load volatile i32, ptr %P              ; <i32> [#uses=0]
6         ret void