More changes from Chris' review: simplify getIndices and avoid
[oota-llvm.git] / test / CodeGen / CellSPU / and_ops.ll
index 46396ebb1f554fec718cd03e64f6e27c3f4b2d40..a18b6f8d05fc46566fcc20670f34375dca3fc055 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep and    %t1.s | count 232
+; RUN: grep and    %t1.s | count 234
 ; RUN: grep andc   %t1.s | count 85
-; RUN: grep andi   %t1.s | count 36
+; RUN: grep andi   %t1.s | count 37
 ; RUN: grep andhi  %t1.s | count 30
 ; RUN: grep andbi  %t1.s | count 4