From 12bf1eaab3b74629067d16395442421261c6a430 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. llvm-svn: 217805 --- 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.