[InstCombine] Canonicalize single element array load
[oota-llvm.git] / test / Transforms / InstCombine / apint-and-or-and.ll
index 6aad6f0693d2904c68fc1d228a6a4d47f9cd5944..43536d72e9ba6764a807cedaf508654d3a646ca0 100644 (file)
@@ -11,7 +11,7 @@
 ; 
 ; This tests arbitrary precision integers.
 
-; RUN: opt %s -instcombine -S | not grep {or }
+; RUN: opt < %s -instcombine -S | not grep "or "
 ; END.
 
 define i17 @test1(i17 %X, i17 %Y) {