InstCombine: Don't transform a signed icmp of two GEPs into a signed compare of the...
[oota-llvm.git] / test / Transforms / InstCombine / 2009-01-31-Pressure.ll
index 36bfb412641a4a883f9d0a2bb2ba91ba41518dc2..c3ee9a35ba39782d0a4d2f4b9d70ea2bc62368e8 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)