Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / live-out-reg-info.ll
index ffaf3c171e631b0f60579a91c80ac7eb8bc07845..8cd9774983bcdb653666934747bb20bc3f424aa3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {testb  \[$\]1,}
+; RUN: llc < %s -march=x86-64 | grep testb
 
 ; Make sure dagcombine doesn't eliminate the comparison due
 ; to an off-by-one bug with ComputeMaskedBits information.