Add a triple to this test.
authorChad Rosier <mcrosier@apple.com>
Tue, 11 Dec 2012 00:51:36 +0000 (00:51 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 11 Dec 2012 00:51:36 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169803 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/tailcall-fastisel.ll

index 9962d7198824de0d6f2b9c05f6210d7bbeec4ba8..842ed25439f84ddf89744ac32ee8ee7407fdd333 100644 (file)
@@ -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* }