diff options
| -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: |

