From d58cb5535373e2adecf525f7449c1bf5ad20547b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 15 Sep 2014 18:54:41 +0000 Subject: [PATCH] Add a triple to fix the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217805 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/peephole-fold-movsd.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0