[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / R600 / setcc-equivalent.ll
index 51e88a76b93261e062ec8351acb084c6427c5965..e21cecf0534f37dc2a3332bc5e6b79ba9ce0d9f8 100644 (file)
@@ -1,3 +1,4 @@
+; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck -check-prefix=EG %s
 
 ; EG-LABEL: @and_setcc_setcc_i32
 ; EG: AND_INT
@@ -26,4 +27,4 @@ define void @and_setcc_setcc_v4i32(<4 x i32> addrspace(1)* %out, <4 x i32> %a, <
   %ext = sext <4 x i1> %and to <4 x i32>
   store <4 x i32> %ext, <4 x i32> addrspace(1)* %out, align 4
   ret void
-}
\ No newline at end of file
+}