Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
[oota-llvm.git] / test / Transforms / InstCombine / 2009-01-31-Pressure.ll
index c3ee9a35ba39782d0a4d2f4b9d70ea2bc62368e8..666b02e8ed09d676f2523c8a4d592150941e10a5 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {%B = add i8 %b, %x}
+; RUN: opt < %s -instcombine -S | grep "%B = add i8 %b, %x"
 ; PR2698
 
 declare void @use1(i1)