summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/inline-asm-2addr.ll
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-12-28 18:28:44 +0000
committerSanjay Patel <spatel@rotateright.com>2015-12-28 18:28:44 +0000
commite0696ef613f674ffaaf66087fe1a1e59d511699b (patch)
tree88aeb86292adc2ff25544704ebda491466a5900a /llvm/test/CodeGen/X86/inline-asm-2addr.ll
parentcc4c71b4fb95078d79bf0f919687a889af28338f (diff)
downloadbcm5719-llvm-e0696ef613f674ffaaf66087fe1a1e59d511699b.tar.gz
bcm5719-llvm-e0696ef613f674ffaaf66087fe1a1e59d511699b.zip
Specify triple so 'make check' passes on darwin x86-64
The check lines were added with: http://reviews.llvm.org/rL256458 http://reviews.llvm.org/rL256460 but on a darwin target, the output looks like: ## InlineAsm Start rorq %rdi ## InlineAsm End ## InlineAsm Start rorq %rsi ## InlineAsm End leaq (%rsi,%rdi), %rax retq llvm-svn: 256507
Diffstat (limited to 'llvm/test/CodeGen/X86/inline-asm-2addr.ll')
-rw-r--r--llvm/test/CodeGen/X86/inline-asm-2addr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-2addr.ll b/llvm/test/CodeGen/X86/inline-asm-2addr.ll
index 92397ef4094..079f883186f 100644
--- a/llvm/test/CodeGen/X86/inline-asm-2addr.ll
+++ b/llvm/test/CodeGen/X86/inline-asm-2addr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
define i64 @t(i64 %a, i64 %b) nounwind ssp {
entry:
OpenPOWER on IntegriCloud