[llvm-commits] [llvm] r81833 - /llvm/trunk/test/CodeGen/X86/cmov.ll
Chris Lattner
sabre at nondot.org
Mon Sep 14 21:27:29 PDT 2009
Author: lattner
Date: Mon Sep 14 23:27:29 2009
New Revision: 81833
URL: http://llvm.org/viewvc/llvm-project?rev=81833&view=rev
Log:
this is failing on linux hosts, force a triple.
Modified:
llvm/trunk/test/CodeGen/X86/cmov.ll
Modified: llvm/trunk/test/CodeGen/X86/cmov.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/cmov.ll?rev=81833&r1=81832&r2=81833&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/cmov.ll (original)
+++ llvm/trunk/test/CodeGen/X86/cmov.ll Mon Sep 14 23:27:29 2009
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
define i32 @test1(i32 %x, i32 %n, i32 %w, i32* %vp) nounwind readnone {
More information about the llvm-commits
mailing list