[llvm] r360884 - [NFC] Fixup FileCheck option name in tests added in rL360881

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 05:39:34 PDT 2019


Author: lebedevri
Date: Thu May 16 05:39:34 2019
New Revision: 360884

URL: http://llvm.org/viewvc/llvm-project?rev=360884&view=rev
Log:
[NFC] Fixup FileCheck option name in tests added in rL360881

Modified:
    llvm/trunk/test/CodeGen/X86/pull-binop-through-shift.ll
    llvm/trunk/test/CodeGen/X86/pull-conditional-binop-through-shift.ll

Modified: llvm/trunk/test/CodeGen/X86/pull-binop-through-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pull-binop-through-shift.ll?rev=360884&r1=360883&r2=360884&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pull-binop-through-shift.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pull-binop-through-shift.ll Thu May 16 05:39:34 2019
@@ -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
 

Modified: llvm/trunk/test/CodeGen/X86/pull-conditional-binop-through-shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pull-conditional-binop-through-shift.ll?rev=360884&r1=360883&r2=360884&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pull-conditional-binop-through-shift.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pull-conditional-binop-through-shift.ll Thu May 16 05:39:34 2019
@@ -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
 




More information about the llvm-commits mailing list