[SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instea...
[oota-llvm.git] / test / CodeGen / SPARC / ctpop.ll
index 28fe9a44296ef13c1a3ba6927081a838e6d911d4..916a41496e2a6858db78913f499263dfe2bb28b4 100644 (file)
@@ -1,9 +1,5 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -march=sparc -mattr=v9 -enable-sparc-v9-insts
-; RUN: llc < %s -march=sparc -mattr=-v9 | \
-; RUN:   not grep popc
-; RUN: llvm-as < %s | \
-; RUN:   llc -march=sparc -mattr=v9 -enable-sparc-v9-insts | grep popc
+; RUN: llc < %s -march=sparc -mattr=-v9 | not grep popc
+; RUN: llc < %s -march=sparc -mattr=+v9 | grep popc
 
 declare i32 @llvm.ctpop.i32(i32)