[llvm-commits] [llvm] r169803 - /llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll

Chad Rosier mcrosier at apple.com
Mon Dec 10 16:51:36 PST 2012


Author: mcrosier
Date: Mon Dec 10 18:51:36 2012
New Revision: 169803

URL: http://llvm.org/viewvc/llvm-project?rev=169803&view=rev
Log:
Add a triple to this test.

Modified:
    llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll

Modified: llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll?rev=169803&r1=169802&r2=169803&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tailcall-fastisel.ll Mon Dec 10 18:51:36 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -tailcallopt -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -tailcallopt -fast-isel -fast-isel-abort | FileCheck %s
 
 %0 = type { i64, i32, i8* }
 





More information about the llvm-commits mailing list