diff options
Diffstat (limited to 'test/CodeGen/X86/function-subtarget-features.ll')
| -rw-r--r-- | test/CodeGen/X86/function-subtarget-features.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/function-subtarget-features.ll b/test/CodeGen/X86/function-subtarget-features.ll index b1e2585be004f..d15988eb0be75 100644 --- a/test/CodeGen/X86/function-subtarget-features.ll +++ b/test/CodeGen/X86/function-subtarget-features.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -o - | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-- -o - | FileCheck %s ; This test verifies that we produce different code for different architectures ; based on target-cpu and target-features attributes. |
