1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Specify arch in test/CodeGen/X86/float-conv-elim.ll

This test was failing on non-x86 hosts because it specified a cpu of x86_64,
but not an architecture. x86_64 is obviously not a valid cpu on all
architectures.

llvm-svn: 229460
This commit is contained in:
Hal Finkel 2015-02-17 00:11:19 +00:00
parent b89af4c667
commit 0e48ce380c

View File

@ -1,4 +1,4 @@
; RUN: llc -mcpu=x86-64 < %s | FileCheck %s
; RUN: llc -march=x86-64 -mcpu=x86-64 < %s | FileCheck %s
; Make sure the float conversion is folded away as it should be.
; CHECK-LABEL: foo