[InstCombine] Actually combine AA metadata when replacing one load with another
[oota-llvm.git] / test / Transforms / InstCombine / 2008-05-31-Bools.ll
index a0fe47a6257b71d66ca59d806f08a5bf45352ccf..7c33f2dd05ee4341fdd98f02426f220db65883ac 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: opt < %s -instcombine -S > %t
-; RUN: grep {xor} %t
-; RUN: grep {and} %t
-; RUN: not grep {div} %t
+; RUN: grep "xor" %t
+; RUN: grep "and" %t
+; RUN: not grep "div" %t
 
 define i1 @foo1(i1 %a, i1 %b) {
   %A = sub i1 %a, %b