diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/asm-modifier2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/asm-modifier2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/asm-modifier2.ll b/llvm/test/CodeGen/X86/asm-modifier2.ll index fba2f9a1e47..69af99e2d55 100644 --- a/llvm/test/CodeGen/X86/asm-modifier2.ll +++ b/llvm/test/CodeGen/X86/asm-modifier2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s define void @test1() { ; CHECK-LABEL: test1: |