fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / InstCombine / 2003-09-09-VolatileLoadElim.ll
blob32979191f853be8c545e47660847eb4b8bf625ed
1 ; RUN: opt < %s -instcombine -S | grep load
3 define void @test(i32* %P) {
4         ; Dead but not deletable!
5         %X = volatile load i32* %P              ; <i32> [#uses=0]
6         ret void