Move sprintf simplifier tests to test/Transforms/InstCombine
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-13-ExtCompareMiscompile.ll
index e5238a577d2d837aa5efee49864e8a9822679d7c..635a09ca93c7c19b8840eb51e17b575ae1f230a8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombine -S | grep {icmp ugt}
+; RUN: opt < %s -instcombine -S | grep "icmp ugt"
 ; PR1107
 ; PR1940