projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c49fda
)
Add a triple to this test.
author
Chad Rosier
<mcrosier@apple.com>
Tue, 11 Dec 2012 00:51:36 +0000
(
00:51
+0000)
committer
Chad 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/tailcall-fastisel.ll
b/test/CodeGen/X86/tailcall-fastisel.ll
index 9962d7198824de0d6f2b9c05f6210d7bbeec4ba8..842ed25439f84ddf89744ac32ee8ee7407fdd333 100644
(file)
--- a/
test/CodeGen/X86/tailcall-fastisel.ll
+++ b/
test/CodeGen/X86/tailcall-fastisel.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -m
arch=x86-64
-tailcallopt -fast-isel -fast-isel-abort | FileCheck %s
+; RUN: llc < %s -m
triple=x86_64-apple-darwin
-tailcallopt -fast-isel -fast-isel-abort | FileCheck %s
%0 = type { i64, i32, i8* }