diff options
-rw-r--r-- | llvm/test/CodeGen/X86/pr45563.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr45563.ll b/llvm/test/CodeGen/X86/pr45563.ll index 0c205f6..06509a7 100644 --- a/llvm/test/CodeGen/X86/pr45563.ll +++ b/llvm/test/CodeGen/X86/pr45563.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -O3 -mattr=avx | FileCheck %s +; RUN: llc < %s -O3 -mattr=avx -mtriple=x86_64-unknown-unknown | FileCheck %s ; Bug 45563: ; The LowerMLOAD() method AVX masked load branch should |