1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Disable if-conversion for this test.

llvm-svn: 42170
This commit is contained in:
Evan Cheng 2007-09-20 18:06:22 +00:00
parent ae2dbcb25f
commit 66bccf335b

View File

@ -1,4 +1,4 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm > %t
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm -disable-arm-if-conversion > %t
; RUN: grep bne %t
; RUN: grep bge %t
; RUN: grep bhs %t