diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/bit-test-shift.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/bit-test-shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/bit-test-shift.ll b/llvm/test/CodeGen/X86/bit-test-shift.ll index 7497613f256..8970db4027e 100644 --- a/llvm/test/CodeGen/X86/bit-test-shift.ll +++ b/llvm/test/CodeGen/X86/bit-test-shift.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mtriple=i686-- | FileCheck %s ; <rdar://problem/8285015> define i32 @x(i32 %t) nounwind readnone ssp { |