[llvm] r217805 - Add a triple to fix the bots.

Rafael Espindola rafael.espindola at gmail.com
Mon Sep 15 11:54:41 PDT 2014


Author: rafael
Date: Mon Sep 15 13:54:41 2014
New Revision: 217805

URL: http://llvm.org/viewvc/llvm-project?rev=217805&view=rev
Log:
Add a triple to fix the bots.

Modified:
    llvm/trunk/test/CodeGen/X86/peephole-fold-movsd.ll

Modified: llvm/trunk/test/CodeGen/X86/peephole-fold-movsd.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/peephole-fold-movsd.ll?rev=217805&r1=217804&r2=217805&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/peephole-fold-movsd.ll (original)
+++ llvm/trunk/test/CodeGen/X86/peephole-fold-movsd.ll Mon Sep 15 13:54:41 2014
@@ -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.





More information about the llvm-commits mailing list