Revert r188449 as it turns out we're just missing the instructions that need the...
[oota-llvm.git] / test / Transforms / Mem2Reg / 2005-06-30-ReadBeforeWrite.ll
index 0414efc0774c79388ccbb63b5b6004d96f546166..74355961fbf94732ab610f78c05496045c469e9a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -mem2reg -instcombine -S | grep store
+; RUN: opt %s -mem2reg -instcombine -S | grep store
 ; PR590