Update enforceKnownAlignment after the isWeakForLinker semantic change
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-13-ExtCompareMiscompile.ll
index 01c630163ff8eb2f0520f53a1af62f335414e414..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