[llvm] r260136 - Add triple to h-registers-3.ll to make bots happy after r260133

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 11:45:24 PST 2016


Author: hans
Date: Mon Feb  8 13:45:24 2016
New Revision: 260136

URL: http://llvm.org/viewvc/llvm-project?rev=260136&view=rev
Log:
Add triple to h-registers-3.ll to make bots happy after r260133

Modified:
    llvm/trunk/test/CodeGen/X86/h-registers-3.ll

Modified: llvm/trunk/test/CodeGen/X86/h-registers-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/h-registers-3.ll?rev=260136&r1=260135&r2=260136&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/h-registers-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/h-registers-3.ll Mon Feb  8 13:45:24 2016
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march=x86                   | FileCheck %s -check-prefix=X86
-; RUN: llc < %s -march=x86-64                | FileCheck %s -check-prefix=X64
-; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -mtriple=i686-unknown-linux-gnu   | FileCheck %s -check-prefix=X86
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -mtriple=x86_64-linux-gnux32      | FileCheck %s -check-prefix=X32
 
 define zeroext i8 @foo() nounwind ssp {
 entry:




More information about the llvm-commits mailing list