diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll b/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll index 1adb208..6f63837 100644 --- a/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll +++ b/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep load +; RUN: opt %s -instcombine -S | grep load define void @test(i32* %P) { ; Dead but not deletable! |