diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-12-28 18:28:44 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-12-28 18:28:44 +0000 |
| commit | e0696ef613f674ffaaf66087fe1a1e59d511699b (patch) | |
| tree | 88aeb86292adc2ff25544704ebda491466a5900a /llvm/test/CodeGen/X86/inline-asm-2addr.ll | |
| parent | cc4c71b4fb95078d79bf0f919687a889af28338f (diff) | |
| download | bcm5719-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.ll | 2 |
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: |

