From: Rafael Espindola Date: Thu, 3 Feb 2011 04:21:01 +0000 (+0000) Subject: Add -march to fix the bots. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=855ff183b9f688c9444285bc62ba708b910a66c4;p=oota-llvm.git Add -march to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124774 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr9127.ll b/test/CodeGen/X86/pr9127.ll index af08490b83d..45b0c6c7870 100644 --- a/test/CodeGen/X86/pr9127.ll +++ b/test/CodeGen/X86/pr9127.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc -march=x86-64 < %s | FileCheck %s define i8 @foobar(double %d, double* %x) { entry: