[SROA] Rip out all support for SSAUpdater in SROA.
[oota-llvm.git] / test / Transforms / InstCombine / 2008-04-28-VolatileStore.ll
index de08c32fb40e605407b810cc9364c4fb59055e18..dba6cdb565473763ecaae54776b8dda5bc28fb46 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {store volatile}
+; RUN: opt < %s -instcombine -S | grep "store volatile"
 
 define void @test() {
        %votf = alloca <4 x float>              ; <<4 x float>*> [#uses=1]