R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / test / Transforms / IndVarSimplify / eliminate-max.ll
index c25bd0e354180232dbb53550d5ddd15c93ff17ea..98510eaed3f4a23b2959e9ba72efe9301f0a2521 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -S -indvars | grep {= icmp} | count 3
+; RUN: opt < %s -S -indvars | grep "= icmp" | count 3
 ; PR4914.ll
 
 ; Indvars should be able to do range analysis and eliminate icmps.