From: Roman Lebedev Date: Thu, 16 May 2019 12:39:34 +0000 (+0000) Subject: [NFC] Fixup FileCheck option name in tests added in rL360881 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab54ff77c464124ac112a7ae33c55ebddeedcd6f;p=llvm [NFC] Fixup FileCheck option name in tests added in rL360881 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360884 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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