diff --git a/test/CodeGen/X86/pull-binop-through-shift.ll b/test/CodeGen/X86/pull-binop-through-shift.ll index c72dcfb6883..a2086ddc0df 100644 --- a/test/CodeGen/X86/pull-binop-through-shift.ll +++ b/test/CodeGen/X86/pull-binop-through-shift.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=ALL,X64 -; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=ALL,X32 +; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefixes=ALL,X32 ; shift left diff --git a/test/CodeGen/X86/pull-conditional-binop-through-shift.ll b/test/CodeGen/X86/pull-conditional-binop-through-shift.ll index 1087c985f87..38805184612 100644 --- a/test/CodeGen/X86/pull-conditional-binop-through-shift.ll +++ b/test/CodeGen/X86/pull-conditional-binop-through-shift.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s --check-prefixes=ALL,X64 -; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefix=ALL,X32 +; RUN: llc < %s -mtriple=i686-unknown-unknown | FileCheck %s --check-prefixes=ALL,X32 ; shift left