diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/phi-bit-propagation.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/phi-bit-propagation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/phi-bit-propagation.ll b/llvm/test/CodeGen/X86/phi-bit-propagation.ll index 37f3f096556..5d382344c21 100644 --- a/llvm/test/CodeGen/X86/phi-bit-propagation.ll +++ b/llvm/test/CodeGen/X86/phi-bit-propagation.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s %"class.std::bitset" = type { [8 x i8] } |