mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
Force cmov on test so block placement doesn't shuffle the code around.
This made the test fail with -mcpu=generic (when building on a non-x86 host). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154926 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef1a3a25b3
commit
93751c8c99
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 -mattr=+cmov | FileCheck %s
|
||||
; Both values were being zero extended.
|
||||
@u = external global i8
|
||||
@s = external global i8
|
||||
|
Loading…
Reference in New Issue
Block a user