1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01: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).

llvm-svn: 154926
This commit is contained in:
Benjamin Kramer 2012-04-17 13:55:23 +00:00
parent 0ed30bb33d
commit cfdd3323eb

View File

@ -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