instcombine: disable optimization of 'invoke null/undef'. I'll move this functionali...
[oota-llvm.git] / test / Transforms / InstCombine / stacksaverestore.ll
index c86f884ee485518301627d2e19b6c7bd46ae830f..0fcaefac6224857e8d1122d97615d9bb1ba09e0e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {call.*stackrestore} | count 1
+; RUN: opt %s -instcombine -S | grep {call.*stackrestore} | count 1
 
 declare i8* @llvm.stacksave()
 declare void @llvm.stackrestore(i8*)