R600: Add work-around for the CF stack entry HW bug
[oota-llvm.git] / test / CodeGen / R600 / icmp-select-sete-reverse-args.ll
index e3005fe82da1571156319649c3d0229b2f06e3ec..71705a64f50e5f79165939635bbacc713b0bf053 100644 (file)
@@ -3,7 +3,7 @@
 ;Test that a select with reversed True/False values is correctly lowered
 ;to a SETNE_INT.  There should only be one SETNE_INT instruction.
 
-;CHECK: SETNE_INT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+;CHECK: SETNE_INT T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
 ;CHECK-NOT: SETNE_INT
 
 define void @test(i32 addrspace(1)* %out, i32 addrspace(1)* %in) {