From: Rafael Espindola Date: Mon, 15 Sep 2014 18:54:41 +0000 (+0000) Subject: Add a triple to fix the bots. X-Git-Tag: android-x86-7.1-r4~57528 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d58cb5535373e2adecf525f7449c1bf5ad20547b;p=android-x86%2Fexternal-llvm.git Add a triple to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/peephole-fold-movsd.ll b/test/CodeGen/X86/peephole-fold-movsd.ll index cb0dfce938b..e25a7aa0923 100644 --- a/test/CodeGen/X86/peephole-fold-movsd.ll +++ b/test/CodeGen/X86/peephole-fold-movsd.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-pc-linux < %s | FileCheck %s ; ; Check that x86's peephole optimization doesn't fold a 64-bit load (movsd) into ; addpd.