merge two tests.
[oota-llvm.git] / test / Transforms / InstCombine / 2003-09-09-VolatileLoadElim.ll
index 6f63837e133d3161d3a745b26b88e9d3131ca15a..32979191f853be8c545e47660847eb4b8bf625ed 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep load
+; RUN: opt %s -instcombine -S | grep load
 
 define void @test(i32* %P) {
         ; Dead but not deletable!